Searched refs:cylinder (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/storage/ |
| A D | isd200.c | 1234 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/ |
| A D | Makefile | 8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
| A D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
| /linux/drivers/s390/block/ |
| A D | dasd_eckd.h | 513 __u32 cylinder; member
|
| A D | dasd_eckd.c | 6092 seq_printf(m, "supported_cylinder %d\n", entry->cylinder); in dasd_hosts_print()
|
| /linux/Documentation/scsi/ |
| A D | aha152x.rst | 126 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)
|
| A 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/Documentation/admin-guide/media/ |
| A D | ipu3.rst | 474 r [label="DDR", style=filled, fillcolor=yellow, shape=cylinder] 476 t [label="DDR", style=filled, fillcolor=yellow, shape=cylinder]
|
Completed in 26 milliseconds