Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dfanpwr.c66 uint8_t sc_vsel; member
137 sc->sc_vsel = TCS4525_VSEL0; in fanpwr_attach()
139 sc->sc_vsel = TCS4525_VSEL1; in fanpwr_attach()
143 sc->sc_vsel = RK8602_VSEL0; in fanpwr_attach()
145 sc->sc_vsel = RK8602_VSEL1; in fanpwr_attach()
149 sc->sc_vsel = FAN53555_VSEL0; in fanpwr_attach()
151 sc->sc_vsel = FAN53555_VSEL1; in fanpwr_attach()
296 vsel = fanpwr_read(sc, sc->sc_vsel); in fanpwr_get_voltage()
311 vsel = fanpwr_read(sc, sc->sc_vsel); in fanpwr_set_voltage()
314 fanpwr_write(sc, sc->sc_vsel, vsel); in fanpwr_set_voltage()