Searched refs:pci_hbslot (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpci.c99 static uint8 pci_hbslot = 0; variable
140 if (dev != pci_hbslot)
830 pci_hbslot = bcm_strtoul(hbslot, NULL, 0);
831 ASSERT(pci_hbslot < PCI_MAX_DEVICES);
889 cap_ptr = hndpci_find_pci_capability(sih, bus, pci_hbslot, 0,
894 hndpci_read_config(sih, bus, pci_hbslot, 0, root_cap,
900 hndpci_write_config(sih, bus, pci_hbslot, 0, root_ctrl,
916 for (dev = pci_hbslot + 1; dev < PCI_MAX_DEVICES; dev++) {
928 hndpci_read_config(sih, bus, pci_hbslot, 0, PCI_CFG_DEVCTRL,
932 hndpci_write_config(sih, bus, pci_hbslot,
[all...]

Completed in 89 milliseconds