Searched refs:cylinder (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/usb/storage/ |
D | isd200.c | 1226 unsigned short cylinder; in isd200_scsi_to_ata() local 1315 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata() 1319 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata() 1333 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata() 1334 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata() 1347 cylinder = (unsigned short)(lba>>8); in isd200_scsi_to_ata() 1351 cylinder = (u16)(lba / (id[ATA_ID_SECTORS] * in isd200_scsi_to_ata() 1365 ataCdb->write.CylinderHighByte = (unsigned char)(cylinder>>8); in isd200_scsi_to_ata() 1366 ataCdb->write.CylinderLowByte = (unsigned char)cylinder; in isd200_scsi_to_ata()
|
/Linux-v5.15/fs/ufs/ |
D | Makefile | 8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
/Linux-v5.15/drivers/s390/block/ |
D | dasd_eckd.h | 506 __u32 cylinder; member
|
D | dasd_eckd.c | 6078 seq_printf(m, "supported_cylinder %d\n", entry->cylinder); in dasd_hosts_print()
|
/Linux-v5.15/Documentation/scsi/ |
D | aha152x.rst | 126 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)
|
D | scsi_mid_low_api.rst | 650 - bios_param - fetch head, sector, cylinder info for a disk 668 * bios_param - fetch head, sector, cylinder info for a disk
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | ipu3.rst | 472 r [label="DDR", style=filled, fillcolor=yellow, shape=cylinder] 474 t [label="DDR", style=filled, fillcolor=yellow, shape=cylinder]
|