Home | History | Annotate | Download | only in bios

Lines Matching full:vlba

6052   Bit32u vlba, ilba, slba, elba;
6136 vlba=((((Bit32u)cylinder*(Bit32u)vheads)+(Bit32u)head)*(Bit32u)vspt)+((Bit32u)(sector-1));
6142 slba = (Bit32u)vlba/4;
6143 before= (Bit16u)vlba%4;
6146 elba = (Bit32u)(vlba+nbsectors-1)/4;