Searched refs:adm1030_write_byte (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/powerpc/powermac/
H A Dwindtunnel.c71 static int adm1030_write_byte(device_t dev, uint32_t addr, uint8_t reg, uint8_t buf);
93 adm1030_write_byte(device_t dev, uint32_t addr, uint8_t reg, uint8_t byte) function
115 pause("adm1030_write_byte", hz);
189 adm1030_write_byte(sc->sc_dev, sc->sc_addr, 0x1, 0x1);
190 adm1030_write_byte(sc->sc_dev, sc->sc_addr, 0x0, 0x95);
191 adm1030_write_byte(sc->sc_dev, sc->sc_addr, 0x23, 0x91);
215 if (adm1030_write_byte(fan->sc_dev, fan->sc_addr, 0x22, pwm) < 0)

Completed in 179 milliseconds