Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/debug/
H A Dsamsung.S64 ldr \rd, [\rx, # S3C2410_UTRSTAT]
88 ldr \rd, [\rx, # S3C2410_UTRSTAT]
/openbmc/linux/drivers/tty/serial/
H A 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()
1222 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_shutdown()
1330 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in apple_s5l_serial_startup()
2016 wr_regl(port, S3C2410_UTRSTAT, APPLE_S5L_UTRSTAT_ALL_FLAGS); in s3c24xx_serial_init_port()
2307 utrstat = rd_regl(port, S3C2410_UTRSTAT); in s3c24xx_serial_console_txrdy()
[all …]
/openbmc/linux/include/linux/
H A Dserial_s3c.h26 #define S3C2410_UTRSTAT (0x10) macro