HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK_SHIFT (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 26 BLOCK_SHIFT EQU 9
126 shr eax, BLOCK_SHIFT ; EAX = (SizeOfPartitionEntry * GptPartitionIndicator) / BLOCK_SIZE
Mbr.asm 26 BLOCK_SHIFT EQU 9
bootsect.asm 40 BLOCK_SHIFT EQU 9
113 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
257 shl bx,(BLOCK_SHIFT-4)
bs16.asm 27 BLOCK_SHIFT EQU 9
100 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
244 shl bx,(BLOCK_SHIFT-4)
bs32.asm 27 BLOCK_SHIFT EQU 9
115 shr bx,BLOCK_SHIFT ; bx = size of Root Directory in sectors
266 shl bx,(BLOCK_SHIFT-4)
st16_64.asm 27 BLOCK_SHIFT EQU 9
166 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
248 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
280 shl bx,(BLOCK_SHIFT-4)
    [all...]
st32_64.asm 27 BLOCK_SHIFT EQU 9
182 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
264 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
296 shl bx,(BLOCK_SHIFT-4)
    [all...]
start.asm 27 BLOCK_SHIFT EQU 9
156 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
243 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
275 shl bx,(BLOCK_SHIFT-4)
    [all...]
start16.asm 27 BLOCK_SHIFT EQU 9
154 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
236 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
268 shl bx,(BLOCK_SHIFT-4)
    [all...]
start32.asm 27 BLOCK_SHIFT EQU 9
169 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
251 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
283 shl bx,(BLOCK_SHIFT-4)
    [all...]
start64.asm 27 BLOCK_SHIFT EQU 9
168 shr ax,BLOCK_SHIFT ; ax = FatOffset >> BLOCK_SHIFT
255 shr ax,(BLOCK_SHIFT-4) ; ax = Number of blocks into mem system
287 shl bx,(BLOCK_SHIFT-4)
    [all...]
  /external/syslinux/core/include/
fs.h 27 #define BLOCK_SHIFT(fs) ((fs)->block_shift)
36 int block_shift, block_size; member in struct:fs_info

Completed in 150 milliseconds