Lines Matching refs:word
74 count.word = gxio_uart_read(context, UART_FIFO_COUNT); in receive_chars()
120 flag.word = gxio_uart_read(context, UART_FLAG); in tilegx_putchar()
188 intr_stat.word = gxio_uart_read(context, UART_INTERRUPT_STATUS); in tilegx_interrupt()
219 flag.word = gxio_uart_read(context, UART_FLAG); in tilegx_tx_empty()
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()
475 divisor.word = gxio_uart_read(context, UART_DIVISOR); in tilegx_set_termios()
476 type.word = gxio_uart_read(context, UART_TYPE); in tilegx_set_termios()
510 gxio_uart_write(context, UART_DIVISOR, divisor.word); in tilegx_set_termios()
511 gxio_uart_write(context, UART_TYPE, type.word); in tilegx_set_termios()
582 count.word = gxio_uart_read(context, UART_FIFO_COUNT); in tilegx_poll_get_char()