Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c110 config_table:pci_mpc83xxmitx_config_table,
115 config_table:pci_mpc83xxmitx_config_table,
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c385 { config_table: pci_mpc85xxcds_config_table,},
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c385 config_table: pci_mpc85xxcds_config_table,
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/
H A Dmpc8568mds.c330 pci1_hose.config_table = pci_mpc8568mds_config_table; in pci_init_board()
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/
H A Dmpc8610hpcd.c247 pci1_hose.config_table = pci_mpc86xxcts_config_table; in pci_init_board()
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c231 pci1_hose.config_table = pci_mpc85xxcds_config_table; in pci_init_board()
/rk3399_rockchip-uboot/board/socrates/
H A Dsocrates.c191 config_table:pci_mpc85xxads_config_table,
/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dpci.c264 config_table: pci_integrator_config_table,
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c296 for (table = hose->config_table; table && table->vendor; table++) { in pci_find_config()
/rk3399_rockchip-uboot/include/
H A Dpci.h600 struct pci_config_table *config_table; member