HomeSort by: relevance | last modified time | path
    Searched refs:PCI_MIN_GNT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/
if_ath_pci.c 303 lattimer = MAX(0x10, MIN(0xf8, 8 * PCI_MIN_GNT(icr)));
pciconf.c 664 pd->min_gnt = PCI_MIN_GNT(icr);
pcireg.h 1317 #define PCI_MIN_GNT(icr) \
pci_subr.c 4797 printf(" Minimum Grant: 0x%02x\n", PCI_MIN_GNT(rval));
  /src/sys/arch/sparc64/dev/
pci_machdep.c 375 lt = uimin(PCI_MIN_GNT(ic) * bus_frequency / 4, 255);
  /src/sys/dev/cardbus/
cardbus.c 565 MIN(sc->sc_max_lattimer, MAX(0x10, 8 * PCI_MIN_GNT(icr)));

Completed in 137 milliseconds