Searched refs: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) macro190 NHGPIO_WRITE(sc, sc->sc_gpio_wrstate); in nhpow_attach()227 NHGPIO_WRITE(sc, sc->sc_gpio_wrstate); in nhgpio_pin_write()256 NHGPIO_WRITE(sc, NHGPIO_STATUS_LED_OFF | NHGPIO_RESET); in nhpow_reboot()258 NHGPIO_WRITE(sc, NHGPIO_STATUS_LED_OFF | NHGPIO_POWEROFF); in nhpow_reboot()
114 #define NHGPIO_WRITE(x) *((volatile uint8_t *)0x70000000) = (x) macro979 NHGPIO_WRITE(0x04); in nhnasbrdfix()987 NHGPIO_WRITE(0x02); in nhnasreset()