Lines Matching refs:sectors_per_frame
806 unsigned short sectors_per_frame =
811 rq->cmd[0], rq->cmd_flags, sectors_per_frame);
826 if ((blk_rq_sectors(rq) & (sectors_per_frame - 1)) ||
827 (blk_rq_pos(rq) & (sectors_per_frame - 1)))
985 unsigned long *sectors_per_frame)
1009 * sure the sectors_per_frame we give to the caller won't
1029 *sectors_per_frame = blocklen >> SECTOR_SHIFT;
1031 ide_debug_log(IDE_DBG_PROBE, "cap: %lu, sectors_per_frame: %lu",
1032 *capacity, *sectors_per_frame);
1070 unsigned long sectors_per_frame = SECTORS_PER_FRAME;
1095 stat = cdrom_read_capacity(drive, &toc->capacity, §ors_per_frame);
1099 set_capacity(info->disk, toc->capacity * sectors_per_frame);
1101 drive->probed_capacity = toc->capacity * sectors_per_frame;
1104 sectors_per_frame << SECTOR_SHIFT);
1215 set_capacity(info->disk, toc->capacity * sectors_per_frame);
1216 drive->probed_capacity = toc->capacity * sectors_per_frame;
1424 unsigned long capacity, sectors_per_frame;
1426 if (cdrom_read_capacity(drive, &capacity, §ors_per_frame))
1429 return capacity * sectors_per_frame;