HomeSort by: relevance | last modified time | path
    Searched defs:mech2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/i386/pci/
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);

Completed in 12 milliseconds