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

/freebsd-10.1-release/sys/dev/pccbb/
H A Dpccbb_isa.c73 static int isa_intr_mask = EXCA_INT_MASK_ALLOWED; variable
74 TUNABLE_INT("hw.cbb.intr_mask", &isa_intr_mask);
75 SYSCTL_INT(_hw_pcic, OID_AUTO, intr_mask, CTLFLAG_RD, &isa_intr_mask, 0,
142 if (((1 << i) & isa_intr_mask) == 0)

Completed in 38 milliseconds