Home
last modified time | relevance | path

Searched refs:PCI_ANY_ID (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/board/freescale/mpc8555cds/
Dmpc8555cds.c366 {0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}},
367 {0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}},
368 {0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1,
370 {0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2,
372 {0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3,
374 {0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5,
376 {0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
/external/u-boot/board/freescale/mpc8541cds/
Dmpc8541cds.c368 {0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}},
369 {0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}},
370 {0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1,
372 {0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2,
374 {0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3,
376 {0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5,
378 {0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
/external/u-boot/board/freescale/mpc8548cds/
Dmpc8548cds.c174 {0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}},
175 {0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}},
176 {0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1,
178 {0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2,
180 {0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3,
182 {0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5,
184 {0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
/external/u-boot/board/freescale/mpc8349itx/
Dmpc8349itx.c90 PCI_ANY_ID,
91 PCI_ANY_ID,
92 PCI_ANY_ID,
93 PCI_ANY_ID,
95 PCI_ANY_ID,
/external/u-boot/board/freescale/mpc8610hpcd/
Dmpc8610hpcd.c206 {PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
207 PCI_IDSEL_NUMBER, PCI_ANY_ID,
/external/u-boot/board/freescale/mpc8568mds/
Dmpc8568mds.c233 PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
/external/u-boot/board/socrates/
Dsocrates.c177 {PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
178 PCI_IDSEL_NUMBER, PCI_ANY_ID,
/external/u-boot/board/armltd/integrator/
Dpci.c70 { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, 0x0f, PCI_ANY_ID,
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c582 pdev = pci_find_device(PCI_VENDOR_ID_ATI, PCI_ANY_ID, NULL); in test_pci_find_device()
641 .vendor = PCI_ANY_ID, //VENDOR_ID_ATI,
642 .device = PCI_ANY_ID,
643 .subvendor = PCI_ANY_ID,
644 .subdevice = PCI_ANY_ID,
/external/u-boot/drivers/pci/
Dpci.c296 if ((table->vendor == PCI_ANY_ID || table->vendor == vendor) && in pci_find_config()
297 (table->device == PCI_ANY_ID || table->device == device) && in pci_find_config()
298 (table->class == PCI_ANY_ID || table->class == class) && in pci_find_config()
299 (table->bus == PCI_ANY_ID || table->bus == bus) && in pci_find_config()
300 (table->dev == PCI_ANY_ID || table->dev == dev) && in pci_find_config()
301 (table->func == PCI_ANY_ID || table->func == func)) { in pci_find_config()
Dpci-uclass.c618 if ((id->vendor == PCI_ANY_ID || id->vendor == find->vendor) && in pci_match_one_id()
619 (id->device == PCI_ANY_ID || id->device == find->device) && in pci_match_one_id()
620 (id->subvendor == PCI_ANY_ID || id->subvendor == find->subvendor) && in pci_match_one_id()
621 (id->subdevice == PCI_ANY_ID || id->subdevice == find->subdevice) && in pci_match_one_id()
/external/u-boot/include/
Dpci.h505 #define PCI_ANY_ID (~0) macro
1478 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
1505 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \
1506 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
1521 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, 0, 0
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
Dtdrm.c52 PCI_ANY_ID, PCI_ANY_ID}, {
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dltp_tpci.c65 { PCI_DEVICE(PCI_ANY_ID, PCI_ANY_ID) },