HomeSort by: relevance | last modified time | path
    Searched defs:fullcap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbmips/loongson/dev/
kb3310.c 338 u_int cap_pct, fullcap; local in function:ykbec_refresh
355 fullcap = ykbec_read16(sc, REG_FULLCHG_CAP_HIGH);
356 sc->sc_sensor[YKBEC_FCAP].value = fullcap * 1000;
419 fullcap = cap_pct * 60 * fullcap / 100;
420 ykbec_apmdata.minutes_left = fullcap / current;
kb3310.c 338 u_int cap_pct, fullcap; local in function:ykbec_refresh
355 fullcap = ykbec_read16(sc, REG_FULLCHG_CAP_HIGH);
356 sc->sc_sensor[YKBEC_FCAP].value = fullcap * 1000;
419 fullcap = cap_pct * 60 * fullcap / 100;
420 ykbec_apmdata.minutes_left = fullcap / current;

Completed in 155 milliseconds