HomeSort by: relevance | last modified time | path
    Searched defs:max_mingnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pciconf.c 156 int max_mingnt; member in struct:_s_pciconf_bus_t
316 pb->max_mingnt = 0; /* we are looking for the maximum */
675 if (pd->min_gnt != 0 && pd->min_gnt > pb->max_mingnt)
676 pb->max_mingnt = pd->min_gnt;
1272 max_ltim = pb->max_mingnt * bus_mhz / 4; /* cvt to cycle count */

Completed in 15 milliseconds