Searched refs:BM (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/xen/events/
H A Devents_2l.c37 #define BM(x) (unsigned long *)(x) macro
39 #define EVTCHN_FIRST_BIT(w) find_first_bit(BM(&(w)), BITS_PER_EVTCHN_WORD)
52 clear_bit(evtchn, BM(per_cpu(cpu_evtchn_mask, cpu)));
58 clear_bit(evtchn, BM(per_cpu(cpu_evtchn_mask, old_cpu)));
59 set_bit(evtchn, BM(per_cpu(cpu_evtchn_mask, cpu)));
65 sync_clear_bit(port, BM(&s->evtchn_pending[0]));
71 sync_set_bit(port, BM(&s->evtchn_pending[0]));
77 return sync_test_bit(port, BM(&s->evtchn_pending[0]));
83 sync_set_bit(port, BM(&s->evtchn_mask[0]));
107 sync_clear_bit(port, BM(
[all...]
H A Devents_fifo.c74 #define BM(w) (unsigned long *)((unsigned long)w & ~0x7UL) macro
80 #define BM(w) ((unsigned long *)(w)) macro
197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
215 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word));
221 return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word));
/linux-master/drivers/mfd/
H A Dmt6358-irq.c26 MT6357_TOP_GEN(BM),
37 MT6358_TOP_GEN(BM),
48 MT6359_TOP_GEN(BM),

Completed in 132 milliseconds