Home
last modified time | relevance | path

Searched refs:SECTOR_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch171 - geo->cylinders = totalbytes / (geo->heads * geo->sectors << SECTOR_SHIFT);
185 - geo->start = li64.lo_offset >> SECTOR_SHIFT;
187 - geo->start = (unsigned int)li.lo_offset >> SECTOR_SHIFT;
229 - totalsectors = totalbytes >> SECTOR_SHIFT;
370 + geo->cylinders = totalbytes / (geo->heads * geo->sectors << SECTOR_SHIFT);
384 + geo->start = li64.lo_offset >> SECTOR_SHIFT;
386 + geo->start = (unsigned int)li.lo_offset >> SECTOR_SHIFT;
415 + totalsectors = totalbytes >> SECTOR_SHIFT;
H A D0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch48 + blksize >>= SECTOR_SHIFT;
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch186 + nsect = (boot_image_len + SECTOR_SIZE - 1) >> SECTOR_SHIFT;