Lines Matching defs:subordinate

861 	 * The bus can be a root bus, a subordinate bus, or a virtual bus
1078 /* Set up the primary, secondary and subordinate bus numbers */
1109 bridge->subordinate = child;
1163 * @sub: updated with subordinate bus number from EA
1166 * and subordinate bus numbers, return true with the bus numbers in @sec
1199 * @max: Starting subordinate number of buses behind this bridge
1216 * Return: New subordinate number covering all buses behind this bridge.
1226 u8 primary, secondary, subordinate;
1241 subordinate = (buses >> 16) & 0xFF;
1244 secondary, subordinate, pass);
1246 if (!primary && (primary != bus->number) && secondary && subordinate) {
1254 secondary > subordinate)) {
1256 secondary, subordinate);
1270 if ((secondary || subordinate) && !pcibios_assign_all_busses() &&
1293 pci_bus_insert_busn_res(child, secondary, subordinate);
1298 if (cmax > subordinate)
1299 pci_warn(dev, "bridge has subordinate %02x but max busn %02x\n",
1300 subordinate, cmax);
1303 if (subordinate > max)
1304 max = subordinate;
1409 * Set subordinate bus number to its real value.
1410 * If fixed subordinate bus number exists from EA
1448 * @max: Starting subordinate number of buses behind this bridge
1461 * Return: New subordinate number covering all buses behind this bridge.
2809 * Scans devices below @bus including subordinate buses. Returns new
2810 * subordinate number including all the found devices. Passing
2953 * Scans devices below @bus including subordinate buses. Returns new
2954 * subordinate number including all the found devices.
3207 * Returns the max number of subordinate bus discovered.
3212 struct pci_bus *bus = bridge->subordinate;
3230 * Returns the max number of subordinate bus discovered.
3313 if (!dev->subordinate)