Home
last modified time | relevance | path

Searched refs:PCI_SECONDARY_BUS (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_auto.c185 dm_pci_write_config8(dev, PCI_SECONDARY_BUS, sub_bus); in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c195 pci_hose_write_config_byte(hose, dev, PCI_SECONDARY_BUS, in pciauto_prescan_setup_bridge()
H A Dpci-uclass.c323 pci_read_config8(dev, PCI_SECONDARY_BUS, &state->secondary_bus); in save_pci_state()
343 pci_write_config8(dev, PCI_SECONDARY_BUS, state->secondary_bus); in restore_pci_state()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c282 out_8(hose_cfg_base + PCI_SECONDARY_BUS, 1); in mpc83xx_pcie_init_bus()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c177 { "secondary bus number", PCI_SIZE_8, PCI_SECONDARY_BUS },
/rk3399_rockchip-uboot/include/
H A Dpci.h239 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */ macro