Searched refs:masked (Results 1 - 11 of 11) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dar9002_mac.c32 static bool ar9002_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
52 *masked = 0;
57 *masked = 0;
83 *masked = 0;
87 *masked = isr & ATH9K_INT_COMMON;
91 *masked |= ATH9K_INT_RX;
98 *masked |= ATH9K_INT_TX;
114 *masked |= mask2;
131 *masked |= ATH9K_INT_GENTIMER;
135 *masked |
[all...]
H A Dar9003_mac.c178 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
197 *masked = 0;
234 *masked = 0;
238 *masked = isr & ATH9K_INT_COMMON;
242 *masked |= ATH9K_INT_RXLP;
246 *masked |= ATH9K_INT_TX;
249 *masked |= ATH9K_INT_RXLP;
252 *masked |= ATH9K_INT_RXHP;
255 *masked |= ATH9K_INT_TX;
284 *masked |
[all...]
H A Dhw-ops.h52 static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked) argument
54 return ath9k_hw_ops(ah)->get_isr(ah, masked);
H A Dar9003_mci.h291 void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked);
330 static inline void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
H A Dar9003_mci.c371 void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
386 *masked |= ATH9K_INT_MCI;
H A Dhw.h637 bool (*get_isr)(struct ath_hw *ah, enum ath9k_int *masked);
/drivers/pci/
H A Dmsi.c168 u32 mask_bits = desc->masked;
182 desc->masked = __msi_mask_irq(desc, mask, flag);
194 u32 mask_bits = desc->masked;
207 desc->masked = __msix_mask_irq(desc, flag);
403 msi_mask_irq(entry, msi_capable_mask(control), entry->masked);
429 msix_mask_irq(entry, entry->masked);
572 pci_read_config_dword(dev, entry->mask_pos, &entry->masked);
660 entry->masked = readl(entry->mask_base + offset);
959 /* Return the device with MSI-X masked as initial states */
/drivers/hv/
H A Dhv.c369 shared_sint.masked = false;
407 shared_sint.masked = 1;
H A Dhyperv_vmbus.h240 u64 masked:1; member in struct:hv_synic_sint::__anon865
/drivers/xen/
H A Devents.c391 * the interrupt edge' if the channel is masked.
1178 printk("%d: masked=%d pending=%d event_sel %0*lx\n ", i,
1228 ? "" : " globally-masked",
1230 ? "" : " locally-masked");
1293 * If we masked out all events, wrap to beginning.
1321 /* If we masked out all events, move on. */
1388 /* Make sure the irq is masked, since the new event channel
1389 will also be masked. */
1452 int masked, evtchn = evtchn_from_irq(irq); local
1458 masked
1505 int masked; local
[all...]
/drivers/media/video/
H A Dsh_vou.c1057 u32 irq_status = sh_vou_reg_a_read(vou_dev, VOUIR), masked; local
1078 masked = ~(0x300 & irq_status) & irq_status & 0x30304;
1081 irq_status, masked, vou_status, cnt);
1087 sh_vou_reg_a_write(vou_dev, VOUIR, masked);

Completed in 193 milliseconds