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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dcommon.c51 u32 pci_devfn; local
58 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) {
59 if (PCI_FUNC(pci_devfn))
62 pci_devfn, PCI_VENDOR_ID, &vid) !=
73 pci_devfn, PCI_STATUS, &stat);
77 current_bus, pci_devfn);
H A Dpci.c308 unsigned int pci_devfn; local
312 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) {
313 if (PCI_FUNC(pci_devfn))
316 pci_devfn, PCI_STATUS, &status);
323 pci_devfn, PCI_STATUS,
327 pci_devfn, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/drivers/pci/
H A Dcommon.c51 u32 pci_devfn; local
58 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) {
59 if (PCI_FUNC(pci_devfn))
62 pci_devfn, PCI_VENDOR_ID, &vid) !=
73 pci_devfn, PCI_STATUS, &stat);
77 current_bus, pci_devfn);
H A Dpci.c308 unsigned int pci_devfn; local
312 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) {
313 if (PCI_FUNC(pci_devfn))
316 pci_devfn, PCI_STATUS, &status);
323 pci_devfn, PCI_STATUS,
327 pci_devfn, status);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/lib/
H A Dpci-auto.c239 int sub_bus, pci_devfn, pci_class, cmdstat, found_multi=0; local
261 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++)
264 if ((current_bus == pci_ctrl->first_busno) && (pci_devfn == 0))
267 if (PCI_FUNC(pci_devfn) && !found_multi)
271 pciauto_dev.devfn = pci_devfn;
277 if (!PCI_FUNC(pci_devfn))
293 PCI_SLOT(pci_devfn));
326 current_bus, PCI_SLOT(pci_devfn), PCI_FUN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/lib/
H A Dpci-auto.c239 int sub_bus, pci_devfn, pci_class, cmdstat, found_multi=0; local
261 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++)
264 if ((current_bus == pci_ctrl->first_busno) && (pci_devfn == 0))
267 if (PCI_FUNC(pci_devfn) && !found_multi)
271 pciauto_dev.devfn = pci_devfn;
277 if (!PCI_FUNC(pci_devfn))
293 PCI_SLOT(pci_devfn));
326 current_bus, PCI_SLOT(pci_devfn), PCI_FUN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/txx9/generic/
H A Dpci.c54 u32 pci_devfn; local
64 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) {
65 if (PCI_FUNC(pci_devfn))
68 pci_devfn, PCI_VENDOR_ID, &vid) !=
79 pci_devfn, PCI_STATUS, &stat);
83 current_bus, pci_devfn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dpci.c54 u32 pci_devfn; local
64 for (pci_devfn = 0; pci_devfn < 0xff; pci_devfn++) {
65 if (PCI_FUNC(pci_devfn))
68 pci_devfn, PCI_VENDOR_ID, &vid) !=
79 pci_devfn, PCI_STATUS, &stat);
83 current_bus, pci_devfn);

Completed in 188 milliseconds