Searched refs:cylinder (Results 1 – 7 of 7) sorted by relevance
1234 unsigned short cylinder; in isd200_scsi_to_ata() local1323 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()
8 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
12 cylinder, where the angle is the HUE, the height is the VALUE
16 cylinder: 0 being the smallest value and 255 the maximum.
513 __u32 cylinder; member
6082 seq_printf(m, "supported_cylinder %d\n", entry->cylinder); in dasd_hosts_print()
126 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S)