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

/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_intr.h53 #define OMAP_NBANKS (OMAP_NIRQ / OMAP_BANK_WIDTH) macro
112 extern vaddr_t omap_intr_bank_bases[OMAP_NBANKS];
115 extern uint32_t omap_spl_masks[NIPL][OMAP_NBANKS];
117 extern uint32_t omap_global_masks[OMAP_NBANKS];
137 #if OMAP_NBANKS != 5
H A Domap_intr.c66 uint32_t omap_spl_masks[NIPL][OMAP_NBANKS] =
67 { [ 0 ... NIPL-1 ] = { [ 0 ... OMAP_NBANKS-1 ] = ~0 } };
75 uint32_t omap_global_masks[OMAP_NBANKS];
218 int unmaskedpend[OMAP_NBANKS];
224 for (bank = 0; bank < OMAP_NBANKS; bank++) {
268 for (bank = 0; bank < OMAP_NBANKS; bank++) {
333 for (i = 0; i < OMAP_NBANKS; i++) {
H A Domap5912_intr.c192 vaddr_t omap_intr_bank_bases[OMAP_NBANKS] = {

Completed in 49 milliseconds