Searched refs:ts72xx_wdt_map (Results 1 – 1 of 1) sorted by relevance
89 } ts72xx_wdt_map[] = { variable111 for (i = 0; i < ARRAY_SIZE(ts72xx_wdt_map); i++) { in timeout_to_regval()112 if (ts72xx_wdt_map[i].timeout >= new_timeout) in timeout_to_regval()113 return ts72xx_wdt_map[i].regval; in timeout_to_regval()130 for (i = 0; i < ARRAY_SIZE(ts72xx_wdt_map); i++) { in regval_to_timeout()131 if (ts72xx_wdt_map[i].regval == regval) in regval_to_timeout()132 return ts72xx_wdt_map[i].timeout; in regval_to_timeout()