Lines Matching defs:subordinate

865 	 * The bus can be a root bus, a subordinate bus, or a virtual bus
1113 /* Set up the primary, secondary and subordinate bus numbers */
1144 bridge->subordinate = child;
1198 * @sub: updated with subordinate bus number from EA
1201 * and subordinate bus numbers, return true with the bus numbers in @sec
1234 * @max: Starting subordinate number of buses behind this bridge
1251 * Return: New subordinate number covering all buses behind this bridge.
1261 u8 primary, secondary, subordinate;
1276 subordinate = (buses >> 16) & 0xFF;
1279 secondary, subordinate, pass);
1281 if (!primary && (primary != bus->number) && secondary && subordinate) {
1289 secondary > subordinate)) {
1291 secondary, subordinate);
1305 if ((secondary || subordinate) && !pcibios_assign_all_busses() &&
1328 pci_bus_insert_busn_res(child, secondary, subordinate);
1332 buses = subordinate - secondary;
1334 if (cmax > subordinate)
1335 pci_warn(dev, "bridge has subordinate %02x but max busn %02x\n",
1336 subordinate, cmax);
1339 if (subordinate > max)
1340 max = subordinate;
1445 * Set subordinate bus number to its real value.
1446 * If fixed subordinate bus number exists from EA
1484 * @max: Starting subordinate number of buses behind this bridge
1497 * Return: New subordinate number covering all buses behind this bridge.
2885 * Scans devices below @bus including subordinate buses. Returns new
2886 * subordinate number including all the found devices. Passing
3012 * Scans devices below @bus including subordinate buses. Returns new
3013 * subordinate number including all the found devices.
3266 * Returns the max number of subordinate bus discovered.
3271 struct pci_bus *bus = bridge->subordinate;
3289 * Returns the max number of subordinate bus discovered.
3372 if (!dev->subordinate)