Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dnhpow.c74 #define NHGPIO_WRITE(sc,x) bus_space_write_1(sc->sc_iot, sc->sc_ioh, 0, x) macro
190 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()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c114 #define NHGPIO_WRITE(x) *((volatile uint8_t *)0x70000000) = (x) macro
979 NHGPIO_WRITE(0x04); in nhnasbrdfix()
987 NHGPIO_WRITE(0x02); in nhnasreset()