Lines Matching defs:primary
1009 * If extended config space isn't accessible on a bridge's primary
1017 * extended config space is accessible on the primary, it's also
1078 /* Set up the primary, secondary and subordinate bus numbers */
1080 child->primary = parent->busn_res.start;
1226 u8 primary, secondary, subordinate;
1239 primary = buses & 0xFF;
1246 if (!primary && (primary != bus->number) && secondary && subordinate) {
1248 primary = bus->number;
1253 (primary != bus->number || secondary <= bus->number ||
1292 child->primary = primary;
1355 | ((unsigned int)(child->primary) << 0)