pciconf.c | 162 int def_ltim; member in struct:_s_pciconf_bus_t 1264 int def_ltim, max_ltim, band, bus_mhz; local in function:configure_bus 1277 def_ltim = -1; 1279 def_ltim = (band - pb->bandwidth_used) / pb->ndevs; 1280 if (def_ltim > pb->min_maxlat) 1281 def_ltim = pb->min_maxlat; 1282 def_ltim = def_ltim * bus_mhz / 4; 1284 def_ltim = (def_ltim + 7) & ~7 [all...] |