Searched refs:S3C2410_UTRSTAT (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/arm/include/debug/ |
A D | samsung.S | 64 ldr \rd, [\rx, # S3C2410_UTRSTAT] 88 ldr \rd, [\rx, # S3C2410_UTRSTAT]
|
/linux-6.3-rc2/drivers/tty/serial/ |
A D | samsung_tty.c | 240 return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_txempty_nofifo() 721 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma() 750 wr_regl(port, S3C2410_UTRSTAT, S3C2410_UTRSTAT_TIMEOUT); in s3c24xx_serial_rx_chars_dma() 965 unsigned int pend = rd_regl(port, S3C2410_UTRSTAT); in apple_serial_handle_irq() 969 wr_regl(port, S3C2410_UTRSTAT, in apple_serial_handle_irq() 974 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_TXTHRESH); in apple_serial_handle_irq() 1221 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_shutdown() 1329 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_startup() 2005 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in s3c24xx_serial_init_port() 2297 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | serial_s3c.h | 26 #define S3C2410_UTRSTAT (0x10) macro
|
Completed in 9 milliseconds