Home
last modified time | relevance | path

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

/freebsd/sys/dev/ncthwm/
H A Dncthwm.c126 ncthwm_read(struct ncthwm_softc *sc, uint8_t reg) in ncthwm_read() function
152 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()