Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hpcmips/vr/
Dvrip.c235 bus_space_write_2(sc->sc_iot, sc->sc_ioh, MSYSINT1_REG_W, 0x0000); in vripattach_common()
372 bus_space_write_2 (iot, ioh, MSYSINT1_REG_W, (1<<VRIP_INTR_POWER)); in vrip_intr_suspend()
384 bus_space_write_2 (iot, ioh, MSYSINT1_REG_W, reg & 0xffff); in vrip_intr_resume()
402 reg = (bus_space_read_2 (iot, ioh, MSYSINT1_REG_W)&0xffff) | in __vrip_intr_setmask1()
410 bus_space_write_2 (iot, ioh, MSYSINT1_REG_W, reg & 0xffff); in __vrip_intr_setmask1()
507 mask = (bus_space_read_2 (iot, ioh, MSYSINT1_REG_W)&0xffff) | in vrip_intr()
Dicureg.h52 #define MSYSINT1_REG_W 0x00c /* Level1 Mask System intr reg 1 */ macro