Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ufs/
DMakefile7 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
/Linux-v4.19/drivers/usb/storage/
Disd200.c1225 unsigned short cylinder; in isd200_scsi_to_ata() local
1314 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata()
1318 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata()
1332 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata()
1333 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata()
1346 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata()
1350 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata()
1364 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata()
1365 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dhsv-formats.rst11 cylinder, where the angle is the HUE, the height is the VALUE
Dpixfmt-packed-hsv.rst15 cylinder: 0 being the smallest value and 255 the maximum.
/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.h419 __u32 cylinder; member
Ddasd_eckd.c5273 seq_printf(m, "supported_cylinder %d\n", entry->cylinder); in dasd_hosts_print()
/Linux-v4.19/Documentation/scsi/
Daha152x.txt107 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)
Dscsi_mid_low_api.txt665 bios_param - fetch head, sector, cylinder info for a disk
683 * bios_param - fetch head, sector, cylinder info for a disk