Lines Matching refs:prescaler
34 /* Clock prescaler value and selection */
67 * @prescaler: for saving prescaler value
68 * @ctrl_clksel: counter clock prescaler selection
78 u32 prescaler;
163 * calculated count = (timeout * clock) / prescaler + 1.
166 * Clears the contents of prescaler and counter reset value. Sets the
167 * prescaler to 4096 and the calculated count and access key
186 count = (wdd->timeout * (clock_f / wdt->prescaler)) /
338 wdt->prescaler = CDNS_WDT_PRESCALE_512;
341 wdt->prescaler = CDNS_WDT_PRESCALE_4096;