Searched defs:bios_params (Results 1 – 1 of 1) sorted by relevance
68 struct bios_params { struct69 uint16_t SpinUpDelay:1;70 uint16_t BIOSDisable:1;71 uint16_t MMAPEnable:1;72 uint16_t BootEnable:1;73 uint16_t Reserved0:12;74 uint8_t bootID0:7;75 uint8_t bootID0Valid:1;76 uint8_t bootLUN0[8];77 uint8_t bootID1:7;[all …]