Home | History | Annotate | Download | only in ic

Lines Matching refs:intr_status

723 	uint32_t intr_status;
735 intr_status = CSR_READ_4(sc, BWI_MAC_INTR_STATUS);
736 if (intr_status == 0xffffffff) /* Not for us */
741 intr_status, intr_mask, intr_status & intr_mask);
742 intr_status &= intr_mask;
743 if (intr_status == 0) { /* Nothing is interesting */
774 CSR_WRITE_4(sc, BWI_MAC_INTR_STATUS, intr_status);
780 if (intr_status & BWI_INTR_PHY_TXERR) {
796 if (intr_status & BWI_INTR_TBTT)
799 if (intr_status & BWI_INTR_EO_ATIM)
802 if (intr_status & BWI_INTR_PMQ) {
811 if (intr_status & BWI_INTR_NOISE)
823 if (intr_status & BWI_INTR_TX_DONE) {
2117 uint32_t intr_status;
2119 intr_status = CSR_READ_4(sc, BWI_MAC_INTR_STATUS);
2120 if (intr_status == BWI_INTR_READY)