Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/platforms/embedded6xx/
Dmpc10x.h41 PCI_VENDOR_ID_MOTOROLA)
42 #define MPC10X_BRIDGE_8240 ((0x0003 << 16) | PCI_VENDOR_ID_MOTOROLA)
43 #define MPC10X_BRIDGE_107 ((0x0004 << 16) | PCI_VENDOR_ID_MOTOROLA)
44 #define MPC10X_BRIDGE_8245 ((0x0006 << 16) | PCI_VENDOR_ID_MOTOROLA)
/linux-3.3/drivers/pcmcia/
Dti113x.h934 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x1801, 0xECC0, PCI_ANY_ID,
936 DEVID(PCI_VENDOR_ID_MOTOROLA, 0x3410, 0xECC0, PCI_ANY_ID,
/linux-3.3/arch/powerpc/platforms/52xx/
Dmpc52xx_pci.c355 if ( (dev->vendor == PCI_VENDOR_ID_MOTOROLA) && in mpc52xx_pci_fixup_resources()
/linux-3.3/drivers/message/i2o/
Dpci.c174 if (pdev->vendor == PCI_VENDOR_ID_MOTOROLA && pdev->device == 0x18c0) { in i2o_pci_alloc()
/linux-3.3/arch/powerpc/kernel/
Dpci-common.c1784 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MOTOROLA, PCI_ANY_ID, fixup_hide_host_resource_fsl);
/linux-3.3/include/linux/
Dpci_ids.h861 #define PCI_VENDOR_ID_MOTOROLA 0x1057 macro