Lines Matching defs:inta
1951 u32 inta, inta_mask, handled = 0;
1956 inta = ipw_read32(priv, IPW_INTA_RW);
1959 if (inta == 0xFFFFFFFF) {
1963 inta = 0;
1965 inta &= (IPW_INTA_MASK_ALL & inta_mask);
1968 inta |= priv->isr_inta;
1975 if (inta & IPW_INTA_BIT_RX_TRANSFER) {
1980 if (inta & IPW_INTA_BIT_TX_CMD_QUEUE) {
1988 if (inta & IPW_INTA_BIT_TX_QUEUE_1) {
1994 if (inta & IPW_INTA_BIT_TX_QUEUE_2) {
2000 if (inta & IPW_INTA_BIT_TX_QUEUE_3) {
2006 if (inta & IPW_INTA_BIT_TX_QUEUE_4) {
2012 if (inta & IPW_INTA_BIT_STATUS_CHANGE) {
2017 if (inta & IPW_INTA_BIT_BEACON_PERIOD_EXPIRED) {
2022 if (inta & IPW_INTA_BIT_SLAVE_MODE_HOST_CMD_DONE) {
2027 if (inta & IPW_INTA_BIT_FW_INITIALIZATION_DONE) {
2032 if (inta & IPW_INTA_BIT_FW_CARD_DISABLE_PHY_OFF_DONE) {
2037 if (inta & IPW_INTA_BIT_RF_KILL_DONE) {
2052 if (inta & IPW_INTA_BIT_FATAL_ERROR) {
2092 if (inta & IPW_INTA_BIT_PARITY_ERROR) {
2097 if (handled != inta) {
2098 IPW_ERROR("Unhandled INTA bits 0x%08x\n", inta & ~handled);
10495 u32 inta, inta_mask;
10507 inta = ipw_read32(priv, IPW_INTA_RW);
10510 if (inta == 0xFFFFFFFF) {
10516 if (!(inta & (IPW_INTA_MASK_ALL & inta_mask))) {
10525 inta &= (IPW_INTA_MASK_ALL & inta_mask);
10526 ipw_write32(priv, IPW_INTA_RW, inta);
10529 priv->isr_inta = inta;