Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/include/linux/
Dcs5535.h197 #define MFGPT_REG_COUNTER 4 macro