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

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndpci.h25 extern int hndpci_read_config(si_t *sih, uint bus, uint dev, uint func,
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpci.c611 hndpci_read_config(si_t *sih, uint bus, uint dev, uint func, uint off, void *buf, int len) function
646 hndpci_read_config(sih, bus, dev, func, PCI_CFG_HDR, &byte_val, sizeof(uint8));
651 hndpci_read_config(sih, bus, dev, func, PCI_CFG_STAT, &byte_val, sizeof(uint8));
656 hndpci_read_config(sih, bus, dev, func, PCI_CFG_CAPPTR, &cap_ptr, sizeof(uint8));
661 hndpci_read_config(sih, bus, dev, func, cap_ptr, &cap_id, sizeof(uint8));
663 hndpci_read_config(sih, bus, dev, func, cap_ptr + 1, &cap_ptr, sizeof(uint8));
666 hndpci_read_config(sih, bus, dev, func, cap_ptr, &cap_id, sizeof(uint8));
685 hndpci_read_config(sih, bus, dev, func, cap_data, buf, sizeof(uint8));
894 hndpci_read_config(sih, bus, pci_hbslot, 0, root_cap,
917 SPINWAIT((hndpci_read_config(si
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dpcibios.c67 ret = hndpci_read_config(sih, bus->number, PCI_SLOT(devfn),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_pcie.c121 ret = hndpci_read_config(sih, bus->number, PCI_SLOT(devfn),

Completed in 132 milliseconds