Home
last modified time | relevance | path

Searched refs:macobio_write (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/macppc/dev/
H A Ddfs.c111 macobio_write(sc->sc_voltage, GPIO_DDR_OUTPUT | 1); in dfs_setperf()
122 macobio_write(sc->sc_voltage, in dfs_setperf()
129 macobio_write(sc->sc_voltage, in dfs_setperf()
H A Di2s.c785 macobio_write(offset, !mute | GPIO_DDR_OUTPUT); in i2s_mute()
939 macobio_write(sc->sc_hp_detect, 0x80); in i2s_gpio_init()
1016 macobio_write(sc->sc_hw_reset, !reset_active | GPIO_DDR_OUTPUT); in deq_reset()
1019 macobio_write(sc->sc_hw_reset, reset_active | GPIO_DDR_OUTPUT); in deq_reset()
1022 macobio_write(sc->sc_hw_reset, !reset_active | GPIO_DDR_OUTPUT); in deq_reset()
/openbsd/sys/arch/macppc/pci/
H A Dmacobio.h30 void macobio_write(int, uint8_t);
H A Dmacobio.c271 macobio_write(int offset, uint8_t bits) in macobio_write() function