Lines Matching full:usr2
97 "UCR3 0x%08x UCR4 0x%08x USR1 0x%08x USR2 0x%08x\n",
101 GETREG(bas, REG(USR1)), GETREG(bas, REG(USR2)));
241 return ((IS(bas, USR2, RDR)) ? 1 : 0); in imx_uart_rxready()
250 while (!(IS(bas, USR2, RDR))) in imx_uart_getc()
395 SETREG(bas, REG(USR2), 0xffff); in imx_uart_bus_attach()
455 bes = GETREG(&sc->sc_bas, REG(USR2)); in imx_uart_bus_getsig()
458 SIGCHG(bes & FLD(USR2, DCDIN), sig, SER_DCD, SER_DDCD); in imx_uart_bus_getsig()
495 uint32_t usr1, usr2; in imx_uart_bus_ipend() local
505 usr2 = GETREG(bas, REG(USR2)); in imx_uart_bus_ipend()
508 SETREG(bas, REG(USR2), usr2); in imx_uart_bus_ipend()
533 if ((usr2 & FLD(USR2, BRCD)) && (ucr4 & FLD(UCR4, BKEN))) in imx_uart_bus_ipend()
589 while (IS(bas, USR2, RDR)) { in imx_uart_bus_receive()