Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-al.c223 struct al_pcie_target_bus_cfg *target_bus_cfg = &pcie->target_bus_cfg; in al_pcie_conf_addr_map_bus() local
227 if (busnr_reg != target_bus_cfg->reg_val) { in al_pcie_conf_addr_map_bus()
229 target_bus_cfg->reg_val, busnr_reg); in al_pcie_conf_addr_map_bus()
230 target_bus_cfg->reg_val = busnr_reg; in al_pcie_conf_addr_map_bus()
232 target_bus_cfg->reg_val, in al_pcie_conf_addr_map_bus()
233 target_bus_cfg->reg_mask); in al_pcie_conf_addr_map_bus()
263 target_bus_cfg = &pcie->target_bus_cfg; in al_pcie_config_prepare()
272 target_bus_cfg->ecam_mask = ecam_bus_mask; in al_pcie_config_prepare()
274 target_bus_cfg->reg_mask = ~target_bus_cfg->ecam_mask; in al_pcie_config_prepare()
275 target_bus_cfg->reg_val = bus->start & target_bus_cfg->reg_mask; in al_pcie_config_prepare()
[all …]