Home
last modified time | relevance | path

Searched refs:S3C2410_UFCON_RESETBOTH (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Duncompress.h151 fifocon |= S3C2410_UFCON_RESETBOTH; in arch_enable_uart_fifo()
157 if (!(fifocon & S3C2410_UFCON_RESETBOTH)) in arch_enable_uart_fifo()
Dregs-serial.h136 #define S3C2410_UFCON_RESETBOTH (3<<1) macro
/linux-3.4.99/arch/arm/mach-s5p64x0/include/mach/
Duncompress.h171 fifocon |= S3C2410_UFCON_RESETBOTH; in arch_enable_uart_fifo()
177 if (!(fifocon & S3C2410_UFCON_RESETBOTH)) in arch_enable_uart_fifo()
/linux-3.4.99/drivers/tty/serial/
Dsamsung.c988 wr_regl(port, S3C2410_UFCON, cfg->ufcon | S3C2410_UFCON_RESETBOTH); in s3c24xx_serial_resetport()