Home
last modified time | relevance | path

Searched refs:PCI_MIN_GNT (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_ath_pci.c303 lattimer = MAX(0x10, MIN(0xf8, 8 * PCI_MIN_GNT(icr))); in ath_pci_setup()
Dpcireg.h1317 #define PCI_MIN_GNT(icr) \ macro
Dpciconf.c664 pd->min_gnt = PCI_MIN_GNT(icr); in pci_do_device_query()
Dpci_subr.c4797 printf(" Minimum Grant: 0x%02x\n", PCI_MIN_GNT(rval)); in pci_conf_print_type0()
/netbsd/src/sys/arch/sparc64/dev/
Dpci_machdep.c353 lt = uimin(PCI_MIN_GNT(ic) * bus_frequency / 4, 255); in sparc64_pci_enumerate_bus1()
/netbsd/src/sys/dev/cardbus/
Dcardbus.c565 MIN(sc->sc_max_lattimer, MAX(0x10, 8 * PCI_MIN_GNT(icr))); in cardbus_rescan()