Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dgeodewdt.c60 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_ping()
69 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_disable()
79 cs5535_mfgpt_write(wdt_timer, MFGPT_REG_COUNTER, 0); in geodewdt_set_heartbeat()
/Linux-v4.19/drivers/video/backlight/
Dot200_bl.c56 cs5535_mfgpt_write(pwm_timer, MFGPT_REG_COUNTER, 0); in ot200_backlight_update_status()
142 cs5535_mfgpt_write(pwm_timer, MFGPT_REG_COUNTER, 0); in ot200_backlight_remove()
/Linux-v4.19/drivers/clocksource/
Dcs5535-clockevt.c73 cs5535_mfgpt_write(timer, MFGPT_REG_COUNTER, 0); in start_timer()
125 cs5535_mfgpt_write(cs5535_event_clock, MFGPT_REG_COUNTER, 0); in mfgpt_tick()
/Linux-v4.19/include/linux/
Dcs5535.h200 #define MFGPT_REG_COUNTER 4 macro