Home
last modified time | relevance | path

Searched refs:PCIB_BASE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/cobalt/cobalt/
H A Dinterrupt.c178 bus_space_map(icu_bst, PCIB_BASE + IO_ICU1, IO_ICUSIZE, 0, &icu1_bsh); in intr_init()
179 bus_space_map(icu_bst, PCIB_BASE + IO_ICU2, IO_ICUSIZE, 0, &icu2_bsh); in intr_init()
180 bus_space_map(icu_bst, PCIB_BASE + IO_ELCR, IO_ELCRSIZE, 0, &elcr_bsh); in intr_init()
/netbsd-src/sys/arch/cobalt/include/
H A Dcpu.h21 #define PCIB_BASE 0x10000000 macro