Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/ralink/
H A Dralink_com.c379 [COM_REG_FIFO] = RA_UART_FCR,
380 [COM_REG_TCR] = RA_UART_FCR,
431 uart_write(RA_UART_FCR, 0); /* disable fifos */ in ralink_com_early()
H A Dralink_reg.h593 #define RA_UART_FCR 0x08 macro
605 #define RA_UART_FCR 0x10 macro
/netbsd-src/sys/arch/evbmips/rasoc/
H A Dconsole.c126 uart_write(RA_UART_FCR, 0); /* disable fifos */ in ra_console_early()