Lines Matching refs:in_be16
260 if (in_be16(&bdp->status) & BD_SC_READY) in qe_uart_tx_empty()
264 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_empty()
348 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
367 while (!(in_be16(&bdp->status) & BD_SC_READY) && in qe_uart_tx_pump()
384 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
417 if (in_be16(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
472 status = in_be16(&bdp->status); in qe_uart_int_rx()
479 i = in_be16(&bdp->length); in qe_uart_int_rx()
512 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_int_rx()
571 events = in_be16(&uccp->ucce); in qe_uart_int()
859 u16 upsmr = in_be16(&uccp->upsmr); in qe_uart_set_termios()
861 u16 supsmr = in_be16(&uccup->supsmr); in qe_uart_set_termios()