Searched refs:S3C2410_UFCON (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm/plat-samsung/ |
D | pm-debug.c | 73 save->ufcon = __raw_readl(regs + S3C2410_UFCON); in s3c_pm_save_uarts() 93 __raw_writel(save->ufcon, regs + S3C2410_UFCON); in s3c_pm_restore_uarts()
|
/linux-4.4.14/arch/arm/include/debug/ |
D | samsung.S | 52 ldr \rd, [\rx, # S3C2410_UFCON] 71 ldr \rd, [\rx, # S3C2410_UFCON]
|
/linux-4.4.14/drivers/tty/serial/ |
D | samsung.c | 133 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable() 135 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable() 261 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio() 262 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio() 607 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo() 627 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo() 798 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() 1053 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup() 1057 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup() 1350 rd_regl(port, S3C2410_UFCON)); in s3c24xx_serial_set_termios() [all …]
|
/linux-4.4.14/include/linux/ |
D | serial_s3c.h | 36 #define S3C2410_UFCON (0x08) macro
|