Searched refs:SAB_STAR_CEC (Results 1 – 3 of 3) sorted by relevance
108 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_flush()114 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_flush()328 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_getc()340 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_getc()548 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_bus_ipend()651 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_bus_receive()724 while (uart_getreg(bas, SAB_STAR) & SAB_STAR_CEC) in sab82532_bus_transmit()
94 while (scc_getreg(bas, ofs + SAB_STAR) & SAB_STAR_CEC) in sab82532_bfe_iclear()122 while (scc_getreg(bas, ofs + SAB_STAR) & SAB_STAR_CEC) in sab82532_bfe_ipend()
102 #define SAB_STAR_CEC 0x04 /* command is executing */ macro