Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A 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()
/openbmc/linux/drivers/clocksource/
H A 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()
/openbmc/linux/include/linux/
H A Dcs5535.h197 #define MFGPT_REG_COUNTER 4 macro