Home
last modified time | relevance | path

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

/openbsd/sys/dev/acpi/
H A Dtipmic.c99 uint8_t tipmic_read_1(struct tipmic_softc *, uint8_t, int);
164 tipmic_read_1(struct tipmic_softc *sc, uint8_t reg, int flags) in tipmic_read_1() function
206 stat = tipmic_read_1(sc, TIPMIC_INTR_STAT, I2C_F_POLL); in tipmic_intr()
323 reg = tipmic_read_1(sc, TIPMIC_ADC_CTRL, 0); in tipmic_thermal_opreg_handler()
349 reg = tipmic_read_1(sc, TIPMIC_INTR_MASK, I2C_F_POLL); in tipmic_thermal_opreg_handler()
363 reg = tipmic_read_1(sc, TIPMIC_INTR_MASK, I2C_F_POLL); in tipmic_thermal_opreg_handler()
370 raw = (tipmic_read_1(sc, hi, 0) & 0x03) << 8; in tipmic_thermal_opreg_handler()
371 raw |= tipmic_read_1(sc, lo, 0); in tipmic_thermal_opreg_handler()
374 reg = tipmic_read_1(sc, TIPMIC_ADC_CTRL, 0); in tipmic_thermal_opreg_handler()
424 val = tipmic_read_1(sc, reg, 0); in tipmic_power_opreg_handler()