Searched refs:SECTOR_SHIFT (Results 1 – 3 of 3) sorted by relevance
171 - 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;
48 + blksize >>= SECTOR_SHIFT;
186 + nsect = (boot_image_len + SECTOR_SIZE - 1) >> SECTOR_SHIFT;