Searched refs:PNX8XXX_UART_INT_ALLTX (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
H A D | pnx8xxx_uart.c | 135 serial_out(sport, PNX8XXX_IEN, ien & ~PNX8XXX_UART_INT_ALLTX); pnx8xxx_stop_tx() 138 serial_out(sport, PNX8XXX_ICLR, PNX8XXX_UART_INT_ALLTX); pnx8xxx_stop_tx() 151 serial_out(sport, PNX8XXX_ICLR, PNX8XXX_UART_INT_ALLTX); pnx8xxx_start_tx() 155 serial_out(sport, PNX8XXX_IEN, ien | PNX8XXX_UART_INT_ALLTX); pnx8xxx_start_tx() 390 PNX8XXX_UART_INT_ALLTX); pnx8xxx_startup() 394 PNX8XXX_UART_INT_ALLTX); pnx8xxx_startup() 434 PNX8XXX_UART_INT_ALLTX); pnx8xxx_shutdown() 532 serial_out(sport, PNX8XXX_IEN, old_ien & ~(PNX8XXX_UART_INT_ALLTX | pnx8xxx_set_termios() 703 serial_out(sport, PNX8XXX_IEN, old_ien & ~(PNX8XXX_UART_INT_ALLTX | pnx8xxx_console_write()
|
/linux-4.1.27/include/linux/ |
H A D | serial_pnx8xxx.h | 70 #define PNX8XXX_UART_INT_ALLTX 0x000000C0 macro
|
Completed in 94 milliseconds