Searched defs:bios_params (Results 1 – 1 of 1) sorted by relevance
67 struct bios_params { struct68 uint16_t SpinUpDelay:1;69 uint16_t BIOSDisable:1;70 uint16_t MMAPEnable:1;71 uint16_t BootEnable:1;72 uint16_t Reserved0:12;73 uint8_t bootID0:7;75 uint8_t bootLUN0[8];76 uint8_t bootID1:7;78 uint8_t bootLUN1[8];[all …]