Searched refs:BM (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/xen/events/ |
D | events_2l.c | 37 #define BM(x) (unsigned long *)(x) macro 39 #define EVTCHN_FIRST_BIT(w) find_first_bit(BM(&(w)), BITS_PER_EVTCHN_WORD) 51 clear_bit(info->evtchn, BM(per_cpu(cpu_evtchn_mask, info->cpu))); in evtchn_2l_bind_to_cpu() 52 set_bit(info->evtchn, BM(per_cpu(cpu_evtchn_mask, cpu))); in evtchn_2l_bind_to_cpu() 58 sync_clear_bit(port, BM(&s->evtchn_pending[0])); in evtchn_2l_clear_pending() 64 sync_set_bit(port, BM(&s->evtchn_pending[0])); in evtchn_2l_set_pending() 70 return sync_test_bit(port, BM(&s->evtchn_pending[0])); in evtchn_2l_is_pending() 76 return sync_test_and_set_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_test_and_set_mask() 82 sync_set_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_mask() 104 sync_clear_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_unmask() [all …]
|
D | events_fifo.c | 74 #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)); in evtchn_fifo_clear_pending() 203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_set_pending() 209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_is_pending() 215 return sync_test_and_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_test_and_set_mask() 221 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_mask() 227 return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_is_masked()
|
/linux-4.1.27/Documentation/arm/ |
D | Netwinder | 41 0xe800 - 0xe80f ide0/ide1 BM DMA
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
D | hp100.c | 982 hp100_orb(HP100_BM_BURST_RD | HP100_BM_BURST_WR, BM); in hp100_mmuinit() 984 hp100_orb(HP100_BM_PAGE_CK, BM); in hp100_mmuinit() 985 hp100_orb(HP100_BM_MASTER, BM); in hp100_mmuinit() 989 hp100_andb(~HP100_BM_MASTER, BM); in hp100_mmuinit() 1422 hp100_andb(~HP100_BM_MASTER, BM); in hp100_BM_shutdown() 1425 if (0 == (hp100_inb(BM) & HP100_BM_MASTER)) in hp100_BM_shutdown() 1457 hp100_andb(~HP100_BM_MASTER, BM); in hp100_BM_shutdown() 2354 hp100_orb(HP100_BM_MASTER, BM); in hp100_start_interface()
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec4.txt | 29 HW interface between QM & SEC 4 and also BM & SEC 4, on DPAA-enabled parts
|