Home | History | Annotate | Download | only in bios

Lines Matching full:vheads

6050   Bit16u vheads, vspt, vcylinders;
6108 vheads = read_word(ebda_seg,&EbdaData->cdemu.vdevice.heads);
6125 || (head >= vheads)) {
6136 vlba=((((Bit32u)cylinder*(Bit32u)vheads)+(Bit32u)head)*(Bit32u)vspt)+((Bit32u)(sector-1));
6169 vheads=read_word(ebda_seg,&EbdaData->cdemu.vdevice.heads) - 1;
6175 SET_DH( vheads );