Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/debug/
H A Dsamsung.S52 ldr \rd, [\rx, # S3C2410_UFCON]
76 ldr \rd, [\rx, # S3C2410_UFCON]
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c256 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_enable()
258 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_enable()
394 ufcon = rd_regl(port, S3C2410_UFCON); in enable_tx_pio()
395 wr_regl(port, S3C2410_UFCON, ufcon); in enable_tx_pio()
793 ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_rx_drain_fifo()
795 wr_regl(port, S3C2410_UFCON, ufcon); in s3c24xx_serial_rx_drain_fifo()
987 unsigned long ufcon = rd_regl(port, S3C2410_UFCON); in s3c24xx_serial_tx_empty()
1307 ufcon = rd_regl(port, S3C2410_UFCON); in s3c64xx_serial_startup()
1311 wr_regl(port, S3C2410_UFCON, ufcon); in s3c64xx_serial_startup()
1345 ufcon = rd_regl(port, S3C2410_UFCON); in apple_s5l_serial_startup()
[all …]
/openbmc/linux/include/linux/
H A Dserial_s3c.h23 #define S3C2410_UFCON (0x08) macro