Home | History | Annotate | Download | only in BootSector

Lines Matching refs:SectorsPerCluster

43 SectorsPerCluster: .byte  0             # Sector Per Cluster  - 8 bits

127 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
128 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
129 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
185 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
188 popw %dx # ax = (StartCluster - 2) * SectorsPerCluster
189 addw (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
191 movb SectorsPerCluster(%bp), %bl # bx = Number of Sectors in a cluster