Searched refs:UART_INTERRUPT_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dtilegx.c372 intr_mask.word = gxio_uart_read(context, UART_INTERRUPT_MASK); tilegx_startup()
375 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); tilegx_startup()
417 intr_mask.word = gxio_uart_read(context, UART_INTERRUPT_MASK); tilegx_shutdown()
420 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); tilegx_shutdown()
/linux-4.4.14/arch/tile/include/arch/
H A Duart_def.h22 #define UART_INTERRUPT_MASK 0x0208 macro

Completed in 63 milliseconds