Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dgeodewdt.c56 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_ping()
65 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_disable()
75 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_set_heartbeat()
/Linux-v5.4/drivers/video/backlight/
Dot200_bl.c53 cs5535_mfgpt_write(pwm_timer, MFGPT_REG_COUNTER, 0); in ot200_backlight_update_status()
139 cs5535_mfgpt_write(pwm_timer, MFGPT_REG_COUNTER, 0); in ot200_backlight_remove()
/Linux-v5.4/drivers/clocksource/
Dtimer-cs5535.c70 cs5535_mfgpt_write(timer, MFGPT_REG_COUNTER, 0); in start_timer()
122 cs5535_mfgpt_write(cs5535_event_clock, MFGPT_REG_COUNTER, 0); in mfgpt_tick()
/Linux-v5.4/include/linux/
Dcs5535.h197 #define MFGPT_REG_COUNTER 4 macro