Lines Matching refs:ioread8

319 			"IER: \t0x%02x\n", ioread8(priv->membase + UART_IER));  in port_show_regs()
321 "IIR: \t0x%02x\n", ioread8(priv->membase + UART_IIR)); in port_show_regs()
323 "LCR: \t0x%02x\n", ioread8(priv->membase + UART_LCR)); in port_show_regs()
325 "MCR: \t0x%02x\n", ioread8(priv->membase + UART_MCR)); in port_show_regs()
327 "LSR: \t0x%02x\n", ioread8(priv->membase + UART_LSR)); in port_show_regs()
329 "MSR: \t0x%02x\n", ioread8(priv->membase + UART_MSR)); in port_show_regs()
332 ioread8(priv->membase + PCH_UART_BRCSR)); in port_show_regs()
334 lcr = ioread8(priv->membase + UART_LCR); in port_show_regs()
337 "DLL: \t0x%02x\n", ioread8(priv->membase + UART_DLL)); in port_show_regs()
339 "DLM: \t0x%02x\n", ioread8(priv->membase + UART_DLM)); in port_show_regs()
422 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_enable_interrupt()
430 u8 ier = ioread8(priv->membase + UART_IER); in pch_uart_hal_disable_interrupt()
552 unsigned int msr = ioread8(priv->membase + UART_MSR); in pch_uart_hal_get_modem()
576 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
577 for (i = 0, lsr = ioread8(priv->membase + UART_LSR); in pch_uart_hal_read()
579 lsr = ioread8(priv->membase + UART_LSR)) { in pch_uart_hal_read()
580 rbr = ioread8(priv->membase + PCH_UART_RBR); in pch_uart_hal_read()
597 return ioread8(priv->membase + UART_IIR) &\ in pch_uart_hal_get_iid()
603 return ioread8(priv->membase + UART_LSR); in pch_uart_hal_get_line_status()
610 lcr = ioread8(priv->membase + UART_LCR); in pch_uart_hal_set_break()
1499 status = ioread8(up->membase + UART_LSR); in wait_for_xmitr()
1512 unsigned int msr = ioread8(up->membase + UART_MSR); in wait_for_xmitr()
1531 u8 lsr = ioread8(priv->membase + UART_LSR); in pch_uart_get_poll_char()
1536 return ioread8(priv->membase + PCH_UART_RBR); in pch_uart_get_poll_char()
1550 ier = ioread8(priv->membase + UART_IER); in pch_uart_put_poll_char()
1639 ier = ioread8(priv->membase + UART_IER); in pch_console_write()