pcibios.c | 145 uint32_t rev_maj, rev_min, mech1, mech2, scmech1, scmech2; local in function:pcibios_init 160 if (pcibios_get_status(&rev_maj, &rev_min, &mech1, &mech2, 174 mech2 ? "[2]" : "[x]", 346 uint32_t *mech1, uint32_t *mech2, uint32_t *scmech1, uint32_t *scmech2, 371 *mech2 = ax & (1 << 1);
|