Lines Matching refs:ioread8
315 "IER: \t0x%02x\n", ioread8(priv->membase + UART_IER)); in port_show_regs()
317 "IIR: \t0x%02x\n", ioread8(priv->membase + UART_IIR)); in port_show_regs()
319 "LCR: \t0x%02x\n", ioread8(priv->membase + UART_LCR)); in port_show_regs()
321 "MCR: \t0x%02x\n", ioread8(priv->membase + UART_MCR)); in port_show_regs()
323 "LSR: \t0x%02x\n", ioread8(priv->membase + UART_LSR)); in port_show_regs()
325 "MSR: \t0x%02x\n", ioread8(priv->membase + UART_MSR)); in port_show_regs()
328 ioread8(priv->membase + PCH_UART_BRCSR)); in port_show_regs()
330 lcr = ioread8(priv->membase + UART_LCR); in port_show_regs()
333 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
335 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
417 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_enable_interrupt()
425 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_disable_interrupt()
547 unsigned int msr = ioread8(priv->membase + UART_MSR); in pch_uart_hal_get_modem()
559 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
560 for (i = 0, lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
562 lsr = ioread8(priv->membase + UART_LSR)) { in pch_uart_hal_read()
563 rbr = ioread8(priv->membase + PCH_UART_RBR); in pch_uart_hal_read()
580 return ioread8(priv->membase + UART_IIR) &\ in pch_uart_hal_get_iid()
586 return ioread8(priv->membase + UART_LSR); in pch_uart_hal_get_line_status()
593 lcr = ioread8(priv->membase + UART_LCR); in pch_uart_hal_set_break()
1453 status = ioread8(up->membase + UART_LSR); in wait_for_xmitr()
1466 unsigned int msr = ioread8(up->membase + UART_MSR); in wait_for_xmitr()
1485 u8 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_get_poll_char()
1490 return ioread8(priv->membase + PCH_UART_RBR); in pch_uart_get_poll_char()
1504 ier = ioread8(priv->membase + UART_IER); in pch_uart_put_poll_char()
1593 ier = ioread8(priv->membase + UART_IER); in pch_console_write()