Lines Matching defs:bridge_to_fix
1099 struct pci_bus *bridge_to_fix = cardbus_bridge->parent;
1102 if (bridge_to_fix->busn_res.end >= cardbus_bridge->busn_res.end)
1105 if (!bridge_to_fix->parent)
1109 upper_limit = bridge_to_fix->parent->busn_res.end;
1112 list_for_each_entry(sibling, &bridge_to_fix->parent->children,
1120 if (sibling->busn_res.start > bridge_to_fix->busn_res.end
1132 if (bridge_to_fix->busn_res.end < upper_limit) {
1138 dev_info(&bridge_to_fix->dev,
1140 bridge_to_fix->number,
1141 (int)bridge_to_fix->busn_res.end,
1145 bridge_to_fix->busn_res.end = subordinate_to_assign;
1148 pci_write_config_byte(bridge_to_fix->self,
1149 PCI_SUBORDINATE_BUS, bridge_to_fix->busn_res.end);