Home
last modified time | relevance | path

Searched refs:cylinder (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/storage/
H A Disd200.c1234 unsigned short cylinder; in isd200_scsi_to_ata() local
1323 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata()
1327 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata()
1341 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata()
1342 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata()
1355 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata()
1359 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata()
1373 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata()
1374 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata()
/linux/fs/ufs/
H A DMakefile8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/linux/Documentation/userspace-api/media/v4l/
H A Dhsv-formats.rst12 cylinder, where the angle is the HUE, the height is the VALUE
H A Dpixfmt-packed-hsv.rst16 cylinder: 0 being the smallest value and 255 the maximum.
/linux/drivers/s390/block/
H A Ddasd_eckd.h513 __u32 cylinder; member
H A Ddasd_eckd.c6082 seq_printf(m, "supported_cylinder %d\n", entry->cylinder); in dasd_hosts_print()
/linux/Documentation/scsi/
H A Daha152x.rst126 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)