Searched refs:S3C2410_UTRSTAT (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/arm/include/debug/ |
D | samsung.S | 64 ldr \rd, [\rx, # S3C2410_UTRSTAT] 88 ldr \rd, [\rx, # S3C2410_UTRSTAT]
|
/linux-6.1.9/arch/arm/mach-s3c/ |
D | sleep-s3c24xx.S | 64 ldrb r14, [ r3, #S3C2410_UTRSTAT ]
|
/linux-6.1.9/drivers/tty/serial/ |
D | samsung_tty.c | 244 return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_txempty_nofifo() 728 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma() 757 wr_regl(port, S3C2410_UTRSTAT, S3C2410_UTRSTAT_TIMEOUT); in s3c24xx_serial_rx_chars_dma() 973 unsigned int pend = rd_regl(port, S3C2410_UTRSTAT); in apple_serial_handle_irq() 977 wr_regl(port, S3C2410_UTRSTAT, in apple_serial_handle_irq() 982 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_TXTHRESH); in apple_serial_handle_irq() 1229 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_shutdown() 1337 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_startup() 2100 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in s3c24xx_serial_init_port() 2397 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy() [all …]
|
/linux-6.1.9/include/linux/ |
D | serial_s3c.h | 26 #define S3C2410_UTRSTAT (0x10) macro
|