Lines Matching refs:ioread8
323 "IER: \t0x%02x\n", ioread8(priv->membase + UART_IER)); in port_show_regs()
325 "IIR: \t0x%02x\n", ioread8(priv->membase + UART_IIR)); in port_show_regs()
327 "LCR: \t0x%02x\n", ioread8(priv->membase + UART_LCR)); in port_show_regs()
329 "MCR: \t0x%02x\n", ioread8(priv->membase + UART_MCR)); in port_show_regs()
331 "LSR: \t0x%02x\n", ioread8(priv->membase + UART_LSR)); in port_show_regs()
333 "MSR: \t0x%02x\n", ioread8(priv->membase + UART_MSR)); in port_show_regs()
336 ioread8(priv->membase + PCH_UART_BRCSR)); in port_show_regs()
338 lcr = ioread8(priv->membase + UART_LCR); in port_show_regs()
341 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
343 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
426 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_enable_interrupt()
434 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_disable_interrupt()
556 unsigned int msr = ioread8(priv->membase + UART_MSR); in pch_uart_hal_get_modem()
580 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
581 for (i = 0, lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
583 lsr = ioread8(priv->membase + UART_LSR)) { in pch_uart_hal_read()
584 rbr = ioread8(priv->membase + PCH_UART_RBR); in pch_uart_hal_read()
605 return ioread8(priv->membase + UART_IIR) &\ in pch_uart_hal_get_iid()
611 return ioread8(priv->membase + UART_LSR); in pch_uart_hal_get_line_status()
618 lcr = ioread8(priv->membase + UART_LCR); in pch_uart_hal_set_break()
1521 status = ioread8(up->membase + UART_LSR); in wait_for_xmitr()
1534 unsigned int msr = ioread8(up->membase + UART_MSR); in wait_for_xmitr()
1553 u8 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_get_poll_char()
1558 return ioread8(priv->membase + PCH_UART_RBR); in pch_uart_get_poll_char()
1572 ier = ioread8(priv->membase + UART_IER); in pch_uart_put_poll_char()
1661 ier = ioread8(priv->membase + UART_IER); in pch_console_write()