Searched refs:target_bus_cfg (Results 1 – 1 of 1) sorted by relevance
138 struct al_pcie_target_bus_cfg target_bus_cfg; member226 struct al_pcie_target_bus_cfg *target_bus_cfg = &pcie->target_bus_cfg; in al_pcie_conf_addr_map_bus() local227 unsigned int busnr_ecam = busnr & target_bus_cfg->ecam_mask; in al_pcie_conf_addr_map_bus()228 unsigned int busnr_reg = busnr & target_bus_cfg->reg_mask; in al_pcie_conf_addr_map_bus()235 if (busnr_reg != target_bus_cfg->reg_val) { in al_pcie_conf_addr_map_bus()237 target_bus_cfg->reg_val, busnr_reg); in al_pcie_conf_addr_map_bus()238 target_bus_cfg->reg_val = busnr_reg; in al_pcie_conf_addr_map_bus()240 target_bus_cfg->reg_val, in al_pcie_conf_addr_map_bus()241 target_bus_cfg->reg_mask); in al_pcie_conf_addr_map_bus()255 struct al_pcie_target_bus_cfg *target_bus_cfg; in al_pcie_config_prepare() local[all …]