Searched refs:ncthwm_read (Results 1 – 1 of 1) sorted by relevance
126 ncthwm_read(struct ncthwm_softc *sc, uint8_t reg) in ncthwm_read() function152 val = ncthwm_read(sc, fan->high_byte_offset) << 8; in ncthwm_query_fan_speed()153 val |= ncthwm_read(sc, fan->low_byte_offset); in ncthwm_query_fan_speed()