Searched refs:batinfo (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/fdt/ |
H A D | cwfg.c | 147 uint32_t *batinfo; in cwfg_attach() local 161 batinfo = malloc(len, M_TEMP, M_WAITOK); in cwfg_attach() 162 OF_getprop(sc->sc_node, "cellwise,battery-profile", batinfo, len); in cwfg_attach() 165 memcpy(sc->sc_batinfo, batinfo, BATINFO_SIZE); in cwfg_attach() 169 sc->sc_batinfo[n] = be32toh(batinfo[n]); in cwfg_attach() 173 free(batinfo, M_TEMP, len); in cwfg_attach() 176 free(batinfo, M_TEMP, len); in cwfg_attach()
|