[go: nahoru, domu]

Searched defs: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
53 *masked = 0;
58 *masked = 0;
91 *masked = 0;
95 *masked = isr & ATH9K_INT_COMMON;
99 *masked |= ATH9K_INT_RX;
106 *masked |= ATH9K_INT_TX;
134 *masked |= mask2;
153 *masked |= ATH9K_INT_GENTIMER;
157 *masked |
[all...]
H A Dar9003_mac.c182 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, argument
206 *masked = 0;
243 *masked = 0;
247 *masked = isr & ATH9K_INT_COMMON;
251 *masked |= ATH9K_INT_RXLP;
255 *masked |= ATH9K_INT_TX;
258 *masked |= ATH9K_INT_RXLP;
261 *masked |= ATH9K_INT_RXHP;
264 *masked |= ATH9K_INT_TX;
293 *masked |
[all...]
H A Dhw-ops.h52 static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked, argument
55 return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p);
H A Dar9003_mci.c368 void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
383 *masked |= ATH9K_INT_MCI;
H A Dar9003_mci.h278 void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked);
317 static inline void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) argument
/drivers/vfio/pci/
H A Dvfio_pci_private.h31 bool masked; member in struct:vfio_pci_irq_ctx
/drivers/watchdog/
H A Dorion_wdt.c290 bool masked, enabled, running; local
292 masked = readl(dev->rstout_mask) & dev->data->rstout_mask_bit;
296 return !masked && enabled && running;
/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c669 bool masked; local
680 masked = false;
683 masked = true;
692 cfg |= masked << buf_id;
1104 bool masked; local
1118 masked = false;
1121 masked = true;
1131 cfg |= masked << buf_id;
/drivers/hv/
H A Dhyperv_vmbus.h231 u64 masked:1; member in struct:hv_synic_sint::__anon1322
/drivers/media/platform/
H A Dsh_vou.c1056 u32 irq_status = sh_vou_reg_a_read(vou_dev, VOUIR), masked; local
1077 masked = ~(0x300 & irq_status) & irq_status & 0x30304;
1080 irq_status, masked, vou_status, cnt);
1086 sh_vou_reg_a_write(vou_dev, VOUIR, masked);
/drivers/xen/events/
H A Devents_base.c1260 /* Make sure the irq is masked, since the new event channel
1261 will also be masked. */
1288 int masked; local
1308 masked = test_and_set_mask(evtchn);
1318 if (!masked)
1367 int masked; local
1372 masked = test_and_set_mask(evtchn);
1374 if (!masked)

Completed in 189 milliseconds