Lines Matching defs:primary
1050 * If extended config space isn't accessible on a bridge's primary
1058 * extended config space is accessible on the primary, it's also
1113 /* Set up the primary, secondary and subordinate bus numbers */
1115 child->primary = parent->busn_res.start;
1261 u8 primary, secondary, subordinate;
1274 primary = buses & 0xFF;
1281 if (!primary && (primary != bus->number) && secondary && subordinate) {
1283 primary = bus->number;
1288 (primary != bus->number || secondary <= bus->number ||
1327 child->primary = primary;
1391 | ((unsigned int)(child->primary) << 0)