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
365 /* check for sequential prestage - enhance cylinder range */ in define_extent() 2167 /* find the valid cylinder size */ in dasd_eckd_check_characteristics() 2831 /* calculate cylinder and head for the current track */ in dasd_eckd_build_format() 4418 /* check for sequential prestage - enhance cylinder range */ in prepare_itcw() 5365 "The DASD cache mode was set to %x (%i cylinder prestage)\n", in dasd_eckd_set_attrib() 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)