HomeSort by: relevance | last modified time | path
    Searched refs:mpfb1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/include/
mpbiosreg.h 63 uint8_t mpfb1; /* system configuration */ member in struct:mpbios_fps
  /src/sys/arch/x86/x86/
mpbios.c 362 if (mp_fps->mpfb1 == 0) {
644 if (mp_fps->mpfb1 != 0) {
646 if (mp_fps->mpfb1 > __arraycount(dflt_conf_tab))
648 mp_fps->mpfb1);
652 mp_fps->mpfb1);
654 dflt_conf = &dflt_conf_tab[mp_fps->mpfb1 - 1];

Completed in 21 milliseconds