Lines Matching refs:bridge_to_fix
1100 struct pci_bus *bridge_to_fix = cardbus_bridge->parent;
1103 if (bridge_to_fix->busn_res.end >= cardbus_bridge->busn_res.end)
1106 if (!bridge_to_fix->parent)
1110 upper_limit = bridge_to_fix->parent->busn_res.end;
1113 list_for_each_entry(sibling, &bridge_to_fix->parent->children,
1121 if (sibling->busn_res.start > bridge_to_fix->busn_res.end
1133 if (bridge_to_fix->busn_res.end < upper_limit) {
1139 dev_info(&bridge_to_fix->dev,
1141 bridge_to_fix->number,
1142 (int)bridge_to_fix->busn_res.end,
1146 bridge_to_fix->busn_res.end = subordinate_to_assign;
1149 pci_write_config_byte(bridge_to_fix->self,
1150 PCI_SUBORDINATE_BUS, bridge_to_fix->busn_res.end);