Searched defs:ataversion (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c591 uint16_t ataversion; local
601 ataversion = ((uint16_t)(*(buffer+161))<<8) | *(buffer+160);
603 if ((ataversion & (1 << version)) !=0 )

Completed in 1934 milliseconds