Lines Matching refs:qe_ioread16be
264 if (qe_ioread16be(&bdp->status) & BD_SC_READY) in qe_uart_tx_empty()
268 if (qe_ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_empty()
350 if (qe_ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
369 while (!(qe_ioread16be(&bdp->status) & BD_SC_READY) && in qe_uart_tx_pump()
386 if (qe_ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
419 if (qe_ioread16be(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
474 status = qe_ioread16be(&bdp->status); in qe_uart_int_rx()
481 i = qe_ioread16be(&bdp->length); in qe_uart_int_rx()
515 if (qe_ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_int_rx()
572 events = qe_ioread16be(&uccp->ucce); in qe_uart_int()
853 u16 upsmr = qe_ioread16be(&uccp->upsmr); in qe_uart_set_termios()
855 u16 supsmr = qe_ioread16be(&uccup->supsmr); in qe_uart_set_termios()