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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioinfo.h62 #define PCI_BUS 0x08 /* The card is PCI */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu_init.c356 find_last_devid_on_pci(PCI_BUS(h->devid),
677 PCI_BUS(iommu->first_device),
680 PCI_BUS(iommu->last_device),
694 PCI_BUS(e->devid),
706 PCI_BUS(e->devid),
720 PCI_BUS(e->devid),
724 PCI_BUS(e->ext >> 8),
739 PCI_BUS(e->devid),
743 PCI_BUS(e->ext >> 8),
757 PCI_BUS(
[all...]
H A Damd_iommu.c153 pdev = pci_get_bus_and_slot(PCI_BUS(alias), alias & 0xff);
301 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
308 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
314 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
320 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
336 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
342 PCI_BUS(devid), PCI_SLOT(devid), PCI_FUNC(devid),
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmdefs.h184 #define PCI_BUS 1 /* PCI target */ macro
213 #define SPROMBUS (PCI_BUS)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils_priv.h128 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
131 #define PCIE_GEN1(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
134 #define PCIE_GEN2(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
H A Dsbutils.c225 case PCI_BUS:
403 } else if (BUSTYPE(sii->pub.bustype) == PCI_BUS) {
506 } else if (BUSTYPE(sii->pub.bustype) == PCI_BUS) {
702 case PCI_BUS:
856 if (BUSTYPE(sii->pub.bustype) == PCI_BUS) {
1104 * PCI_BUS => pci or pcie
1136 case PCI_BUS:
H A Dsiutils.c267 if (BUSTYPE(bustype) == PCI_BUS) {
273 if (BUSTYPE(bustype) == PCI_BUS && !si_ispcie(sii))
360 else if (BUSTYPE(bustype) == PCI_BUS) {
415 if (BUSTYPE(sii->pub.bustype) == PCI_BUS) {
459 if (BUSTYPE(sih->bustype) != PCI_BUS)
514 case PCI_BUS:
1834 if ((bustype == PCI_BUS) &&
1842 if (bustype == PCI_BUS) {
1947 if (bustype == PCI_BUS) {
2046 if (bustype == PCI_BUS) {
[all...]
H A Daiutils.c240 case PCI_BUS:
503 case PCI_BUS:
813 } else if (BUSTYPE(sih->bustype) == PCI_BUS) {
902 } else if (BUSTYPE(sih->bustype) == PCI_BUS) {
H A Dnicpci.c95 #define PCIE_GEN1(sih) ((BUSTYPE((sih)->bustype) == PCI_BUS) && \
97 #define PCIE_GEN2(sih) ((BUSTYPE((sih)->bustype) == PCI_BUS) && \
147 ASSERT(sih->bustype == PCI_BUS);
H A Dbcmsrom.c2020 case PCI_BUS: {
2070 if (BUSTYPE(bustype) == PCI_BUS) {
2277 if (BUSTYPE(bustype) == PCI_BUS) {
2434 if (BUSTYPE(bustype) == PCI_BUS) {
5516 if (BUSTYPE(sih->bustype) == PCI_BUS) {
H A Dlinux_osl.c383 case PCI_BUS:
2647 if (osh && BUSTYPE(osh->bustype) == PCI_BUS)
H A Dhnddma.c734 if (sih->bustype == PCI_BUS) {
3775 ((BUSTYPE(sih->bustype) == PCI_BUS) &&
3791 ((BUSTYPE(sih->bustype) == PCI_BUS) &&
H A Dhndpmu.c2982 if (BUSTYPE(sih->bustype) == PCI_BUS || BUSTYPE(sih->bustype) == SI_BUS) {
3104 (BUSTYPE(sih->bustype) == PCI_BUS) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/pcie/aer/
H A Daerdrv_core.c116 #define PCI_BUS(x) (((x) >> 8) & 0xff) macro
133 if (!nosourceid && (PCI_BUS(e_info->id) != 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h233 #define PCI_BUS(x) (((x) >> 8) & 0xff) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.h1228 #define PCI_BUS 0x03 macro

Completed in 301 milliseconds