Searched defs:NHGPIO_WRITE (Results 1 – 2 of 2) sorted by relevance
74 #define NHGPIO_WRITE(sc,x) bus_space_write_1(sc->sc_iot, sc->sc_ioh, 0, x) macro
114 #define NHGPIO_WRITE(x) *((volatile uint8_t *)0x70000000) = (x) macro