Searched refs:ST_RX_EOM (Results 1 – 4 of 4) sorted by relevance
164 #define ST_RX_EOM 0x80 /* End of frame */ macro
223 #define ST_RX_EOM 0x80 /* End of frame */ macro
260 if (!(stat & ST_RX_EOM)) in sca_rx_done()271 if (stat & ST_RX_EOM) in sca_rx_done()
316 if (!(stat & ST_RX_EOM)) in sca_rx_intr()327 if (stat & ST_RX_EOM) in sca_rx_intr()