Lines Matching defs:bridge_to_fix
1097 struct pci_bus *bridge_to_fix = cardbus_bridge->parent;
1100 if (bridge_to_fix->busn_res.end >= cardbus_bridge->busn_res.end)
1103 if (!bridge_to_fix->parent)
1107 upper_limit = bridge_to_fix->parent->busn_res.end;
1110 list_for_each_entry(sibling, &bridge_to_fix->parent->children,
1118 if (sibling->busn_res.start > bridge_to_fix->busn_res.end
1130 if (bridge_to_fix->busn_res.end < upper_limit) {
1136 dev_info(&bridge_to_fix->dev,
1138 bridge_to_fix->number,
1139 (int)bridge_to_fix->busn_res.end,
1143 bridge_to_fix->busn_res.end = subordinate_to_assign;
1146 pci_write_config_byte(bridge_to_fix->self,
1147 PCI_SUBORDINATE_BUS, bridge_to_fix->busn_res.end);