Lines Matching refs:readb

289 	temp = readb(port->membase + UARTCR2);  in lpuart_stop_tx()
307 temp = readb(port->membase + UARTCR2); in lpuart_stop_rx()
353 readb(sport->port.membase + UARTTCFIFO) < sport->txfifo_size) { in lpuart_pio_tx()
363 writeb(readb(sport->port.membase + UARTCR5) | UARTCR5_TDMAS, in lpuart_pio_tx()
406 writeb(readb(sport->port.membase + UARTCR5) & ~UARTCR5_TDMAS, in lpuart_prepare_tx()
409 writeb(readb(sport->port.membase + UARTCR5) | UARTCR5_TDMAS, in lpuart_prepare_tx()
507 temp = readb(sport->port.membase + UARTCR5); in lpuart_timer_func()
524 temp = readb(sport->port.membase + UARTCR5); in lpuart_prepare_rx()
535 (readb(sport->port.membase + UARTTCFIFO) < sport->txfifo_size)) { in lpuart_transmit_buffer()
579 temp = readb(port->membase + UARTCR2); in lpuart_start_tx()
586 if (readb(port->membase + UARTSR1) & UARTSR1_TDRE) in lpuart_start_tx()
649 while (!(readb(sport->port.membase + UARTSFIFO) & UARTSFIFO_RXEMPT)) { in lpuart_rxint()
656 sr = readb(sport->port.membase + UARTSR1); in lpuart_rxint()
657 rx = readb(sport->port.membase + UARTDR); in lpuart_rxint()
771 sts = readb(sport->port.membase + UARTSR1); in lpuart_int()
772 crdma = readb(sport->port.membase + UARTCR5); in lpuart_int()
813 return (readb(port->membase + UARTSR1) & UARTSR1_TC) ? in lpuart_tx_empty()
828 reg = readb(port->membase + UARTMODEM); in lpuart_get_mctrl()
857 temp = readb(port->membase + UARTMODEM) & in lpuart_set_mctrl()
889 temp = readb(port->membase + UARTCR2) & ~UARTCR2_SBK; in lpuart_break_ctl()
914 cr2 = readb(sport->port.membase + UARTCR2); in lpuart_setup_watermark()
920 val = readb(sport->port.membase + UARTPFIFO); in lpuart_setup_watermark()
925 readb(sport->port.membase + UARTSR1); in lpuart_setup_watermark()
1077 temp = readb(sport->port.membase + UARTPFIFO); in lpuart_startup()
1097 temp = readb(port->membase + UARTCR5); in lpuart_startup()
1112 temp = readb(sport->port.membase + UARTCR2); in lpuart_startup()
1163 temp = readb(port->membase + UARTCR2); in lpuart_shutdown()
1211 cr1 = old_cr1 = readb(sport->port.membase + UARTCR1); in lpuart_set_termios()
1212 old_cr2 = readb(sport->port.membase + UARTCR2); in lpuart_set_termios()
1213 cr4 = readb(sport->port.membase + UARTCR4); in lpuart_set_termios()
1214 bdh = readb(sport->port.membase + UARTBDH); in lpuart_set_termios()
1215 modem = readb(sport->port.membase + UARTMODEM); in lpuart_set_termios()
1312 while (!(readb(sport->port.membase + UARTSR1) & UARTSR1_TC)) in lpuart_set_termios()
1540 while (!(readb(port->membase + UARTSR1) & UARTSR1_TDRE)) in lpuart_console_putchar()
1561 cr2 = old_cr2 = readb(sport->port.membase + UARTCR2); in lpuart_console_write()
1569 while (!(readb(sport->port.membase + UARTSR1) & UARTSR1_TC)) in lpuart_console_write()
1607 cr = readb(sport->port.membase + UARTCR2); in lpuart_console_get_options()
1614 cr = readb(sport->port.membase + UARTCR1); in lpuart_console_get_options()
1629 bdh = readb(sport->port.membase + UARTBDH); in lpuart_console_get_options()
1631 bdl = readb(sport->port.membase + UARTBDL); in lpuart_console_get_options()
1635 brfa = readb(sport->port.membase + UARTCR4); in lpuart_console_get_options()
1874 temp = readb(sport->port.membase + UARTCR2); in lpuart_suspend()
1897 temp = readb(sport->port.membase + UARTCR2); in lpuart_resume()