Searched refs:ug2_read (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | ug.c | 492 if (ug2_read(sc, UG2_MISC_BANK, UG2_BOARD_ID, 2, buf) != 2) { in ug2_attach() 563 if (ug2_read(sc, UG2_SENSORS_BANK, UG2_VALUES_OFFSET + in ug2_refresh() 638 ug2_read(struct ug_softc *sc, uint8_t bank, uint8_t offset, uint8_t count, in ug2_read() function
|
H A D | ugvar.h | 63 int ug2_read(struct ug_softc *, uint8_t, uint8_t, uint8_t, uint8_t*);
|