Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dscsicam.c64 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local
93 end_head = largest->end_head; in scsi_partsize()
96 if (end_head + 1 == 0 || end_sector == 0) in scsi_partsize()
101 end_head, end_cyl, end_sector); in scsi_partsize()
104 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
105 end_head * end_sector + end_sector; in scsi_partsize()
113 / (end_head + 1) / end_sector; in scsi_partsize()
114 ext_physical_end = ext_cyl * (end_head + 1) * end_sector + in scsi_partsize()
115 end_head * end_sector + end_sector; in scsi_partsize()
124 geom[0] = end_head + 1; in scsi_partsize()
[all …]
A DBusLogic.c3269 part_end_head = part_entry->end_head; in blogic_diskparam()
3287 part_end_head = part1_entry->end_head; in blogic_diskparam()
A Dscsi_debug.c5336 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
/linux/drivers/scsi/aacraid/
A Dlinit.c337 unsigned char end_head, end_sec; in aac_biosparm() local
340 end_head = entry->end_head; in aac_biosparm()
343 if(end_head == 63) { in aac_biosparm()
347 } else if(end_head == 127) { in aac_biosparm()
351 } else if(end_head == 254) { in aac_biosparm()
360 end_head = first->end_head; in aac_biosparm()
370 } else if (end_head > 0 || end_sec > 0) { in aac_biosparm()
372 end_head + 1, end_sec, num)); in aac_biosparm()
/linux/include/linux/
A Dmsdos_partition.h13 u8 end_head; /* end head */ member
/linux/block/partitions/
A Defi.h100 u8 end_head; /* unused by EFI, pt end in CHS */ member
/linux/drivers/memstick/core/
A Dmspro_block.c107 unsigned char end_head; member
422 x_mbr->end_head); in mspro_block_attr_show_mbr()
/linux/drivers/s390/block/
A Ddasd_eckd.c3695 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local
3758 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras()
3761 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()

Completed in 45 milliseconds