Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daxp81x.c702 int warn_thres; member
1012 else if (batt_val <= sc->warn_thres) in axp8xx_sysctl()
1568 sc->warn_thres = (val & AXP_BAT_CAP_WARN_LV1) >> 4; in axp8xx_attach()
1569 sc->warn_thres += AXP_BAP_CAP_WARN_LV1BASE; in axp8xx_attach()
1575 "Warning threshold: 0x%02x\n", sc->warn_thres); in axp8xx_attach()