Searched refs:ISO_SECTOR_BITS (Results 1 – 3 of 3) sorted by relevance
102 shr $ISO_SECTOR_BITS, %eax /* dwords->sectors */158 shl $(ISO_SECTOR_BITS-4), %ax /* 2048-byte sectors -> segment */320 .word (STAGE2_SIZE + ISO_SECTOR_SIZE - 1) >> ISO_SECTOR_BITS
32 #define ISO_SECTOR_BITS (11) macro33 #define ISO_SECTOR_SIZE (1<<ISO_SECTOR_BITS)
90 : "Ic"((int8_t)(ISO_SECTOR_BITS - sector_size_lg2)), in iso9660_devread()424 sector = filepos >> ISO_SECTOR_BITS; in iso9660_read()