Home
last modified time | relevance | path

Searched refs:SectorsPerCluster (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dbs16.S43 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits label
164 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
167 popw %dx # ax = (StartCluster - 2) * SectorsPerCluster
168 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
170 movb SectorsPerCluster(%bp), %bl # bx = Number of Sectors in a cluster
Dbs16.asm41 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits define
162 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
165 pop dx ; ax = (StartCluster - 2) * SectorsPerCluster
166 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
168 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = Number of Sectors in a cluster
Dbs32.S43 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits label
185 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
188 popw %dx # ax = (StartCluster - 2) * SectorsPerCluster
189 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
191 movb SectorsPerCluster(%bp), %bl # bx = Number of Sectors in a cluster
Dbs32.asm41 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits define
184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
187 pop dx ; ax = (StartCluster - 2) * SectorsPerCluster
188 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
190 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = Number of Sectors in a cluster
Dstart.S40 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits label
194 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
195 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
196 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
199 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
Dstart16.S41 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits label
188 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
189 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
190 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
193 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
Dstart16.asm37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits define
184 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
185 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
186 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
189 mul bx ; ax = NumberOfClusters * SectorsPerCluster
Dstart32.S40 SectorsPerCluster: .byte 0 # Sector Per Cluster - 1 byte label
203 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
204 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
205 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
208 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
Dstart.asm37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits define
191 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
192 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
193 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
196 mul bx ; ax = NumberOfClusters * SectorsPerCluster
Dstart32.asm36 SectorsPerCluster db 0 ; Sector Per Cluster - 1 byte define
199 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
200 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
201 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
204 mul bx ; ax = NumberOfClusters * SectorsPerCluster
Dst32_64.S40 SectorsPerCluster: .byte 0 # Sector Per Cluster - 1 byte label
215 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
216 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
217 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
220 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
Dstart64.S41 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits label
207 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
208 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
209 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
212 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
Dst16_64.S41 SectorsPerCluster: .byte 0 # Sector Per Cluster - 8 bits label
200 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster
201 mulw %bx # ax = (StartCluster - 2) * SectorsPerCluster
202 … (%bp), %ax # ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
205 mulw %bx # ax = NumberOfClusters * SectorsPerCluster
Dst16_64.asm37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits define
196 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
197 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
198 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
201 mul bx ; ax = NumberOfClusters * SectorsPerCluster
Dst32_64.asm36 SectorsPerCluster db 0 ; Sector Per Cluster - 1 byte define
212 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
213 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
214 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
217 mul bx ; ax = NumberOfClusters * SectorsPerCluster
Dstart64.asm37 SectorsPerCluster db 0 ; Sector Per Cluster - 8 bits define
203 mov bl,byte ptr [bp+SectorsPerCluster] ; bx = SectorsPerCluster
204 mul bx ; ax = (StartCluster - 2) * SectorsPerCluster
205 … ax, word ptr [bp] ; ax = FirstClusterLBA + (StartCluster-2)*SectorsPerCluster
208 mul bx ; ax = NumberOfClusters * SectorsPerCluster
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
DWinNtSimpleFileSystem.c2127 UINT32 SectorsPerCluster; in WinNtSimpleFileSystemGetInfo() local
2205 (LPDWORD)&SectorsPerCluster, in WinNtSimpleFileSystemGetInfo()
2218 BytesPerCluster = BytesPerSector * SectorsPerCluster; in WinNtSimpleFileSystemGetInfo()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
DWinNtThunk.h532 LPDWORD SectorsPerCluster,
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
DWinNtThunk.h525 LPDWORD SectorsPerCluster,