Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/dev/
H A Dint.c182 bus_space_write_1(iot, ioh, INT2_LOCAL1_MASK, 0); in int_attach()
338 l1mask = bus_space_read_1(iot, ioh, INT2_LOCAL1_MASK); in int2_local1_intr()
428 mask = bus_space_read_1(iot, ioh, INT2_LOCAL1_MASK); in int2_intr_establish()
430 bus_space_write_1(iot, ioh, INT2_LOCAL1_MASK, mask); in int2_intr_establish()
442 mask = bus_space_read_1(iot, ioh, INT2_LOCAL1_MASK); in int2_intr_establish()
444 bus_space_write_1(iot, ioh, INT2_LOCAL1_MASK, mask); in int2_intr_establish()
H A Dint2reg.h44 #define INT2_LOCAL1_MASK 0x0f macro