Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dnslm7xvar.h95 #define WB_BANK0_VBAT 0x5d /* VBAT Monitor Control */ macro
Dnslm7x.c2373 regval = (*sc->lm_readreg)(sc, WB_BANK0_VBAT); in wb_temp_diode_type()
2375 (*sc->lm_writereg)(sc, WB_BANK0_VBAT, regval); in wb_temp_diode_type()
2384 regval = (*sc->lm_readreg)(sc, WB_BANK0_VBAT); in wb_temp_diode_type()
2386 (*sc->lm_writereg)(sc, WB_BANK0_VBAT, regval); in wb_temp_diode_type()
2395 regval = (*sc->lm_readreg)(sc, WB_BANK0_VBAT); in wb_temp_diode_type()
2397 (*sc->lm_writereg)(sc, WB_BANK0_VBAT, regval); in wb_temp_diode_type()
2866 data = (*sc->lm_readreg)(sc, WB_BANK0_VBAT); in wb_refresh_fanrpm()