/u-boot/board/freescale/mpc8555cds/ |
A D | mpc8555cds.c | 369 {0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}}, 370 {0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}}, 371 {0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1, 373 {0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2, 375 {0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3, 377 {0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5, 379 {0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
|
/u-boot/board/freescale/mpc8541cds/ |
A D | mpc8541cds.c | 371 {0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}}, 372 {0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}}, 373 {0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1, 375 {0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2, 377 {0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3, 379 {0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5, 381 {0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
|
/u-boot/board/freescale/mpc8548cds/ |
A D | mpc8548cds.c | 178 {0x10e3, 0x0513, PCI_ANY_ID, 1, 3, PCI_ANY_ID, dummy_func, {0,0,0}}, 179 {0x1106, 0x0686, PCI_ANY_ID, 1, VIA_ID, 0, mpc85xx_config_via, {0,0,0}}, 180 {0x1106, 0x0571, PCI_ANY_ID, 1, VIA_ID, 1, 182 {0x1105, 0x3038, PCI_ANY_ID, 1, VIA_ID, 2, 184 {0x1106, 0x3038, PCI_ANY_ID, 1, VIA_ID, 3, 186 {0x1106, 0x3058, PCI_ANY_ID, 1, VIA_ID, 5, 188 {0x1106, 0x3068, PCI_ANY_ID, 1, VIA_ID, 6,
|
/u-boot/board/freescale/mpc8349itx/ |
A D | mpc8349itx.c | 99 PCI_ANY_ID, 100 PCI_ANY_ID, 101 PCI_ANY_ID, 102 PCI_ANY_ID, 104 PCI_ANY_ID,
|
/u-boot/board/freescale/mpc8568mds/ |
A D | mpc8568mds.c | 237 PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
|
/u-boot/board/armltd/integrator/ |
A D | pci.c | 74 { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, 0x0f, PCI_ANY_ID,
|
/u-boot/drivers/pci/ |
A D | pci.c | 298 if ((table->vendor == PCI_ANY_ID || table->vendor == vendor) && in pci_find_config() 299 (table->device == PCI_ANY_ID || table->device == device) && in pci_find_config() 300 (table->class == PCI_ANY_ID || table->class == class) && in pci_find_config() 301 (table->bus == PCI_ANY_ID || table->bus == bus) && in pci_find_config() 302 (table->dev == PCI_ANY_ID || table->dev == dev) && in pci_find_config() 303 (table->func == PCI_ANY_ID || table->func == func)) { in pci_find_config()
|
A D | pci-uclass.c | 666 if ((id->vendor == PCI_ANY_ID || id->vendor == find->vendor) && in pci_match_one_id() 667 (id->device == PCI_ANY_ID || id->device == find->device) && in pci_match_one_id() 668 (id->subvendor == PCI_ANY_ID || id->subvendor == find->subvendor) && in pci_match_one_id() 669 (id->subdevice == PCI_ANY_ID || id->subdevice == find->subdevice) && in pci_match_one_id()
|
/u-boot/include/ |
A D | pci.h | 582 #define PCI_ANY_ID (~0) macro 1706 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID 1733 .vendor = PCI_ANY_ID, .device = PCI_ANY_ID, \ 1734 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID 1749 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, 0, 0
|