Lines Matching defs:max
84 unsigned int delay_ms = max(dev->d3hot_delay, pci_pm_d3hot_delay);
89 upper = max(DIV_ROUND_CLOSEST(delay_ms, 5), 1U);
195 unsigned char max, n;
197 max = bus->busn_res.end;
200 if (n > max)
201 max = n;
203 return max;
1814 * Restore max latencies (in the LTR capability) before enabling
5062 return max(min_delay, max_delay);
6170 * size to the max packet size to keep the host bridge from
6186 pci_info(dev, "can't set Max_Read_Request_Size to %d; max is %d\n", rq, max_mrrs);