Home
last modified time | relevance | path

Searched refs:config_table (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/multiboot/
H A Dmultiboot.h41 uint32_t config_table; member
/openbmc/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c109 config_table:pci_mpc83xxmitx_config_table,
114 config_table:pci_mpc83xxmitx_config_table,
/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c384 config_table: pci_mpc85xxcds_config_table,
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c384 { config_table: pci_mpc85xxcds_config_table,},
/openbmc/u-boot/board/freescale/mpc8568mds/
H A Dmpc8568mds.c329 pci1_hose.config_table = pci_mpc8568mds_config_table; in pci_init_board()
/openbmc/u-boot/board/freescale/mpc8610hpcd/
H A Dmpc8610hpcd.c246 pci1_hose.config_table = pci_mpc86xxcts_config_table; in pci_init_board()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c230 pci1_hose.config_table = pci_mpc85xxcds_config_table; in pci_init_board()
/openbmc/u-boot/board/socrates/
H A Dsocrates.c190 config_table:pci_mpc85xxads_config_table,
/openbmc/u-boot/board/armltd/integrator/
H A Dpci.c263 config_table: pci_integrator_config_table,
/openbmc/u-boot/drivers/pci/
H A Dpci.c292 for (table = hose->config_table; table && table->vendor; table++) { in pci_find_config()
/openbmc/u-boot/include/
H A Dpci.h586 struct pci_config_table *config_table; member