Lines Matching refs:readb

82 	cr = readb(uap->port.membase + UART010_CR);  in pl010_stop_tx()
93 cr = readb(uap->port.membase + UART010_CR); in pl010_start_tx()
104 cr = readb(uap->port.membase + UART010_CR); in pl010_stop_rx()
114 cr = readb(uap->port.membase + UART010_CR); in pl010_disable_ms()
125 cr = readb(uap->port.membase + UART010_CR); in pl010_enable_ms()
134 status = readb(uap->port.membase + UART01x_FR); in pl010_rx_chars()
136 ch = readb(uap->port.membase + UART01x_DR); in pl010_rx_chars()
145 rsr = readb(uap->port.membase + UART01x_RSR) | UART_DUMMY_RSR_RX; in pl010_rx_chars()
177 status = readb(uap->port.membase + UART01x_FR); in pl010_rx_chars()
222 status = readb(uap->port.membase + UART01x_FR) & UART01x_FR_MODEM_ANY; in pl010_modem_status()
250 status = readb(uap->port.membase + UART010_IIR); in pl010_int()
263 status = readb(uap->port.membase + UART010_IIR); in pl010_int()
278 unsigned int status = readb(uap->port.membase + UART01x_FR); in pl010_tx_empty()
289 status = readb(uap->port.membase + UART01x_FR); in pl010_get_mctrl()
317 lcr_h = readb(uap->port.membase + UART010_LCRH); in pl010_break_ctl()
351 uap->old_status = readb(uap->port.membase + UART01x_FR) & UART01x_FR_MODEM_ANY; in pl010_startup()
383 writel(readb(uap->port.membase + UART010_LCRH) & in pl010_shutdown()
469 old_cr = readb(uap->port.membase + UART010_CR) & ~UART010_CR_MSIE; in pl010_set_termios()
588 status = readb(uap->port.membase + UART01x_FR); in pl010_console_putchar()
605 old_cr = readb(uap->port.membase + UART010_CR); in pl010_console_write()
615 status = readb(uap->port.membase + UART01x_FR); in pl010_console_write()
627 if (readb(uap->port.membase + UART010_CR) & UART01x_CR_UARTEN) { in pl010_console_get_options()
629 lcr_h = readb(uap->port.membase + UART010_LCRH); in pl010_console_get_options()
644 quot = readb(uap->port.membase + UART010_LCRL) | in pl010_console_get_options()
645 readb(uap->port.membase + UART010_LCRM) << 8; in pl010_console_get_options()