Searched refs:S3C2410_UFCON (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm/plat-samsung/ |
D | pm-debug.c | 69 save->ufcon = __raw_readl(regs + S3C2410_UFCON); in s3c_pm_save_uarts() 89 __raw_writel(save->ufcon, regs + S3C2410_UFCON); in s3c_pm_restore_uarts()
|
/Linux-v4.19/arch/arm/include/debug/ |
D | samsung.S | 52 ldr \rd, [\rx, # S3C2410_UFCON] 73 ldr \rd, [\rx, # S3C2410_UFCON]
|
/Linux-v4.19/drivers/tty/serial/ |
D | samsung.c | 130 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable() 132 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable() 256 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio() 257 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio() 628 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo() 630 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo() 801 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() 1087 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup() 1091 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup() 1384 rd_regl(port, S3C2410_UFCON)); in s3c24xx_serial_set_termios() [all …]
|
/Linux-v4.19/include/linux/ |
D | serial_s3c.h | 23 #define S3C2410_UFCON (0x08) macro
|