Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dintel_dc_ti_battery.c97 #define SMPL_INTVL_US 15000 macro
98 #define SMPL_INTVL_MS (SMPL_INTVL_US / USEC_PER_MSEC)
99 #define CALIBRATION_TIME_US (10 * SMPL_INTVL_US)
155 sleep_usec = 3 * SMPL_INTVL_US + SLEEP_SLACK_US - ktime_to_us(ktime); in dc_ti_battery_get_voltage_and_current_now()