Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Drt9756.c524 unsigned int wdt_tmr_now = 0, wdt_sel, wdt_dis; in watchdog_timer_show() local
532 ret = regmap_field_read(data->rm_fields[F_WDT_TMR], &wdt_sel); in watchdog_timer_show()
536 wdt_tmr_now = rt9756_wdt_millisecond[wdt_sel]; in watchdog_timer_show()
548 unsigned int wdt_set, wdt_sel; in watchdog_timer_store() local
559 wdt_sel = find_closest(wdt_set, rt9756_wdt_millisecond, in watchdog_timer_store()
562 ret = regmap_field_write(data->rm_fields[F_WDT_TMR], wdt_sel); in watchdog_timer_store()