Lines Matching refs:ioread8

339 			"IER: \t0x%02x\n", ioread8(priv->membase + UART_IER));  in port_show_regs()
341 "IIR: \t0x%02x\n", ioread8(priv->membase + UART_IIR)); in port_show_regs()
343 "LCR: \t0x%02x\n", ioread8(priv->membase + UART_LCR)); in port_show_regs()
345 "MCR: \t0x%02x\n", ioread8(priv->membase + UART_MCR)); in port_show_regs()
347 "LSR: \t0x%02x\n", ioread8(priv->membase + UART_LSR)); in port_show_regs()
349 "MSR: \t0x%02x\n", ioread8(priv->membase + UART_MSR)); in port_show_regs()
352 ioread8(priv->membase + PCH_UART_BRCSR)); in port_show_regs()
354 lcr = ioread8(priv->membase + UART_LCR); in port_show_regs()
357 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
359 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
441 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_enable_interrupt()
449 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_disable_interrupt()
571 unsigned int msr = ioread8(priv->membase + UART_MSR); in pch_uart_hal_get_modem()
595 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
596 for (i = 0, lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
598 lsr = ioread8(priv->membase + UART_LSR)) { in pch_uart_hal_read()
599 rbr = ioread8(priv->membase + PCH_UART_RBR); in pch_uart_hal_read()
620 return ioread8(priv->membase + UART_IIR) &\ in pch_uart_hal_get_iid()
626 return ioread8(priv->membase + UART_LSR); in pch_uart_hal_get_line_status()
633 lcr = ioread8(priv->membase + UART_LCR); in pch_uart_hal_set_break()
1537 status = ioread8(up->membase + UART_LSR); in wait_for_xmitr()
1550 unsigned int msr = ioread8(up->membase + UART_MSR); in wait_for_xmitr()
1569 u8 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_get_poll_char()
1574 return ioread8(priv->membase + PCH_UART_RBR); in pch_uart_get_poll_char()
1588 ier = ioread8(priv->membase + UART_IER); in pch_uart_put_poll_char()
1677 ier = ioread8(priv->membase + UART_IER); in pch_console_write()