Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk817_battery.c71 #define MINUTE(x) \ macro
145 #define DISCHRG_TIME_STEP1 MINUTE(10)
146 #define DISCHRG_TIME_STEP2 MINUTE(60)
1705 mod_timer(&battery->caltimer, jiffies + MINUTE(8) * HZ); in rk817_bat_caltimer_isr()
1730 battery->caltimer.expires = jiffies + MINUTE(8) * HZ; in rk817_bat_init_caltimer()
2355 if ((base2sec(time) > MINUTE(1)) || in rk817_bat_lowpwr_check()
H A Drk818_battery.c121 #define MINUTE(x) ((x) * 60) macro
126 #define DISCHRG_TIME_STEP1 MINUTE(10)
127 #define DISCHRG_TIME_STEP2 MINUTE(60)
1512 mod_timer(&di->caltimer, jiffies + MINUTE(8) * HZ); in rk818_bat_caltimer_isr()
1542 di->caltimer.expires = jiffies + MINUTE(8) * HZ; in rk818_bat_init_caltimer()
H A Drk816_battery.c131 #define MINUTE(x) ((x) * 60) macro
136 #define DISCHRG_TIME_STEP1 MINUTE(10)
137 #define DISCHRG_TIME_STEP2 MINUTE(60)
968 if ((base2sec(time) > MINUTE(1)) || in rk816_bat_lowpwr_check()
2379 mod_timer(&di->caltimer, jiffies + MINUTE(8) * HZ); in rk816_bat_caltimer_isr()
2400 di->caltimer.expires = jiffies + MINUTE(8) * HZ; in rk816_bat_init_caltimer()