Searched refs:UART_INTERRUPT_MASK (Results 1 – 2 of 2) sorted by relevance
372 intr_mask.word = gxio_uart_read(context, UART_INTERRUPT_MASK); in tilegx_startup()375 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); in tilegx_startup()417 intr_mask.word = gxio_uart_read(context, UART_INTERRUPT_MASK); in tilegx_shutdown()420 gxio_uart_write(context, UART_INTERRUPT_MASK, intr_mask.word); in tilegx_shutdown()
22 #define UART_INTERRUPT_MASK 0x0208 macro