Lines Matching refs:ioread8

312 			"IER: \t0x%02x\n", ioread8(priv->membase + UART_IER));  in port_show_regs()
314 "IIR: \t0x%02x\n", ioread8(priv->membase + UART_IIR)); in port_show_regs()
316 "LCR: \t0x%02x\n", ioread8(priv->membase + UART_LCR)); in port_show_regs()
318 "MCR: \t0x%02x\n", ioread8(priv->membase + UART_MCR)); in port_show_regs()
320 "LSR: \t0x%02x\n", ioread8(priv->membase + UART_LSR)); in port_show_regs()
322 "MSR: \t0x%02x\n", ioread8(priv->membase + UART_MSR)); in port_show_regs()
325 ioread8(priv->membase + PCH_UART_BRCSR)); in port_show_regs()
327 lcr = ioread8(priv->membase + UART_LCR); in port_show_regs()
330 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
332 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
414 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_enable_interrupt()
422 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_disable_interrupt()
544 unsigned int msr = ioread8(priv->membase + UART_MSR); in pch_uart_hal_get_modem()
556 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
557 for (i = 0, lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
559 lsr = ioread8(priv->membase + UART_LSR)) { in pch_uart_hal_read()
560 rbr = ioread8(priv->membase + PCH_UART_RBR); in pch_uart_hal_read()
577 return ioread8(priv->membase + UART_IIR) &\ in pch_uart_hal_get_iid()
583 return ioread8(priv->membase + UART_LSR); in pch_uart_hal_get_line_status()
590 lcr = ioread8(priv->membase + UART_LCR); in pch_uart_hal_set_break()
1437 status = ioread8(up->membase + UART_LSR); in wait_for_xmitr()
1450 unsigned int msr = ioread8(up->membase + UART_MSR); in wait_for_xmitr()
1469 u8 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_get_poll_char()
1474 return ioread8(priv->membase + PCH_UART_RBR); in pch_uart_get_poll_char()
1488 ier = ioread8(priv->membase + UART_IER); in pch_uart_put_poll_char()
1567 ier = ioread8(priv->membase + UART_IER); in pch_console_write()