Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dcwfg.c68 #define BATINFO_REG(n) (0x10 + (n)) macro
275 if ((error = cwfg_read(sc, BATINFO_REG(n), &val)) != 0) in cwfg_set_config()
291 if ((error = cwfg_write(sc, BATINFO_REG(n), val)) != 0) in cwfg_set_config()