RxEmpty
IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
if (status & (RxIntr | RxEmpty)) {
if (status & RxEmpty)
RxFIFOOvr | LinkChg | RxEmpty | TxErr | TxOK |
cp_rx_intr_mask = RxOK | RxErr | RxEmpty | RxFIFOOvr,
if (status & (RxOK | RxErr | RxEmpty | RxFIFOOvr))