Searched refs:S3C2410_UFCON (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/soc/samsung/ |
D | s3c-pm-debug.c | 53 save->ufcon = __raw_readl(regs + S3C2410_UFCON); in s3c_pm_save_uarts() 73 __raw_writel(save->ufcon, regs + S3C2410_UFCON); in s3c_pm_restore_uarts()
|
/linux-6.1.9/arch/arm/include/debug/ |
D | samsung.S | 52 ldr \rd, [\rx, # S3C2410_UFCON] 76 ldr \rd, [\rx, # S3C2410_UFCON]
|
/linux-6.1.9/drivers/tty/serial/ |
D | samsung_tty.c | 259 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable() 261 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable() 400 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio() 401 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio() 798 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo() 800 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo() 993 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty() 1314 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup() 1318 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup() 1352 ufcon = rd_regl(port, S3C2410_UFCON); in apple_s5l_serial_startup() [all …]
|
/linux-6.1.9/include/linux/ |
D | serial_s3c.h | 23 #define S3C2410_UFCON (0x08) macro
|