Home
last modified time | relevance | path

Searched refs:S3C2410_UTRSTAT (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/arm/include/debug/
Dsamsung.S64 ldr \rd, [\rx, # S3C2410_UTRSTAT]
88 ldr \rd, [\rx, # S3C2410_UTRSTAT]
/Linux-v6.6/drivers/tty/serial/
Dsamsung_tty.c241 return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE; in s3c24xx_serial_txempty_nofifo()
722 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_rx_chars_dma()
751 wr_regl(port, S3C2410_UTRSTAT, S3C2410_UTRSTAT_TIMEOUT); in s3c24xx_serial_rx_chars_dma()
967 unsigned int pend = rd_regl(port, S3C2410_UTRSTAT); in apple_serial_handle_irq()
971 wr_regl(port, S3C2410_UTRSTAT, in apple_serial_handle_irq()
976 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_TXTHRESH); in apple_serial_handle_irq()
1223 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_shutdown()
1331 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_startup()
2017 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in s3c24xx_serial_init_port()
2308 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()
[all …]
/Linux-v6.6/include/linux/
Dserial_s3c.h26 #define S3C2410_UTRSTAT (0x10) macro