Home
last modified time | relevance | path

Searched refs:SAB_STAR_CEC (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/uart/
Duart_dev_sab82532.c108 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()
/freebsd-10-stable/sys/dev/scc/
Dscc_dev_sab82532.c94 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()
/freebsd-10-stable/sys/dev/ic/
Dsab82532.h102 #define SAB_STAR_CEC 0x04 /* command is executing */ macro