Home
last modified time | relevance | path

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

/u-boot/board/freescale/mpc8555cds/
A Dmpc8555cds.c369 {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 Dmpc8541cds.c371 {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 Dmpc8548cds.c178 {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 Dmpc8349itx.c99 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 Dmpc8568mds.c237 PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
/u-boot/board/armltd/integrator/
A Dpci.c74 { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, 0x0f, PCI_ANY_ID,
/u-boot/drivers/pci/
A Dpci.c298 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 Dpci-uclass.c666 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 Dpci.h582 #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

Completed in 17 milliseconds