Lines Matching refs:in_be16
262 if (in_be16(&bdp->status) & BD_SC_READY) in qe_uart_tx_empty()
266 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_empty()
350 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
369 while (!(in_be16(&bdp->status) & BD_SC_READY) && in qe_uart_tx_pump()
386 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
419 if (in_be16(&qe_port->uccp->uccm) & UCC_UART_UCCE_TX) in qe_uart_start_tx()
474 status = in_be16(&bdp->status); in qe_uart_int_rx()
481 i = in_be16(&bdp->length); in qe_uart_int_rx()
514 if (in_be16(&bdp->status) & BD_SC_WRAP) in qe_uart_int_rx()
573 events = in_be16(&uccp->ucce); in qe_uart_int()
861 u16 upsmr = in_be16(&uccp->upsmr); in qe_uart_set_termios()
863 u16 supsmr = in_be16(&uccup->supsmr); in qe_uart_set_termios()