Searched refs:max_to (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddynack.c148 u32 ackto, ack_ts, max_to; local
156 max_to = ath_dynack_get_max_to(ah);
172 if (ackto < max_to) {
229 u32 max_to = ath_dynack_get_max_to(ah); local
232 ath_dynack_set_timeout(ah, max_to);
/linux-master/drivers/watchdog/
H A Drc32434_wdt.c73 int max_to = WTCOMP2SEC((u32)-1); local
75 if (new_timeout < 0 || new_timeout > max_to) {
76 pr_err("timeout value must be between 0 and %d\n", max_to);

Completed in 106 milliseconds