Searched refs:ST_RX_EOM (Results 1 – 4 of 4) sorted by relevance
165 #define ST_RX_EOM 0x80 /* End of frame */ macro
218 #define ST_RX_EOM 0x80 /* End of frame */ macro
256 if (!(stat & ST_RX_EOM)) in sca_rx_done()267 if (stat & ST_RX_EOM) in sca_rx_done()
312 if (!(stat & ST_RX_EOM)) in sca_rx_intr()323 if (stat & ST_RX_EOM) in sca_rx_intr()