Searched defs:ataversion (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/BIOS/ | ||
H A D | ata.c | 591 uint16_t ataversion; local 601 ataversion = ((uint16_t)(*(buffer+161))<<8) | *(buffer+160); 603 if ((ataversion & (1 << version)) !=0 ) |
Completed in 2766 milliseconds