Searched refs:PL061_INTMASK (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/gpio/ |
H A D | pl061.c | 72 #define PL061_INTMASK 0x410 macro 247 mask_and_set(sc, PL061_INTMASK, mask, 0); in pl061_pic_disable_intr() 265 mask_and_set(sc, PL061_INTMASK, mask, mask); in pl061_pic_enable_intr() 369 mask_and_set(sc, PL061_INTMASK, mask, 0); in pl061_pic_teardown_intr() 464 bus_write_1(sc->sc_mem_res, PL061_INTMASK, 0); in pl061_attach()
|