Home
last modified time | relevance | path

Searched refs:UART_GET_DLH (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/blackfin/include/asm/
Dbfin_serial.h191 #define UART_GET_DLH(p) bfin_read16(port_membase(p) + OFFSET_DLH) macro
/linux-3.4.99/drivers/tty/serial/
Dbfin_uart.c1107 dlh = UART_GET_DLH(uart); in bfin_serial_console_get_options()