Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dkempld_wdt.c28 #define STAGE_CFG_GET_PRESCALER(x) (((x) & 0x30) >> 4) macro
184 prescaler = kempld_prescaler[STAGE_CFG_GET_PRESCALER(stage_cfg)]; in kempld_wdt_get_timeout()