Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsicam.c63 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local
92 end_head = largest->end_head; in scsi_partsize()
95 if (end_head + 1 == 0 || end_sector == 0) in scsi_partsize()
100 end_head, end_cyl, end_sector); in scsi_partsize()
103 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
104 end_head * end_sector + end_sector; in scsi_partsize()
111 ext_cyl = (logical_end - (end_head * end_sector + end_sector)) in scsi_partsize()
112 / (end_head + 1) / end_sector; in scsi_partsize()
113 ext_physical_end = ext_cyl * (end_head + 1) * end_sector + in scsi_partsize()
114 end_head * end_sector + end_sector; in scsi_partsize()
[all …]
H A DBusLogic.c3422 part_end_head = part_entry->end_head; in blogic_diskparam()
3440 part_end_head = part1_entry->end_head; in blogic_diskparam()
H A Dscsi_debug.c5340 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H 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()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_dos.h26 unsigned char end_head; /* end head */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dmsdos_partition.h13 u8 end_head; /* end head */ member
/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.h100 u8 end_head; /* unused by EFI, pt end in CHS */ member
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h68 u8 end_head; /* end head */ member
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h125 u8 end_head; /* end head */ member
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h113 u8 end_head; /* end head */ member
/OK3568_Linux_fs/kernel/drivers/memstick/core/
H A Dmspro_block.c107 unsigned char end_head; member
422 x_mbr->end_head); in mspro_block_attr_show_mbr()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eckd.c3652 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local
3715 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras()
3718 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()