Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

40 SectorsPerCluster:   .byte  0              # Sector Per Cluster              - 1 byte

215 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
216 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
217 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
220 mulw %bx # ax = NumberOfClusters * SectorsPerCluster