Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsicam.c62 int cyl, ext_cyl, end_head, end_cyl, end_sector; in scsi_partsize() local
91 end_head = largest->end_head; in scsi_partsize()
94 if (end_head + 1 == 0 || end_sector == 0) in scsi_partsize()
99 end_head, end_cyl, end_sector); in scsi_partsize()
102 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
103 end_head * end_sector + end_sector; in scsi_partsize()
111 / (end_head + 1) / end_sector; in scsi_partsize()
112 ext_physical_end = ext_cyl * (end_head + 1) * end_sector + in scsi_partsize()
113 end_head * end_sector + end_sector; in scsi_partsize()
122 geom[0] = end_head + 1; in scsi_partsize()
[all …]
H A DBusLogic.c3278 part_end_head = part_entry->end_head; in blogic_diskparam()
3296 part_end_head = part1_entry->end_head; in blogic_diskparam()
H A Dscsi_debug.c5442 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
/openbmc/qemu/hw/block/
H A Dhd-geometry.c46 uint8_t end_head; /* end head */ member
76 if (nr_sects && p->end_head) { in guess_disk_lchs()
79 heads = p->end_head + 1; in guess_disk_lchs()
/openbmc/u-boot/disk/
H A Dpart_dos.h25 unsigned char end_head; /* end head */ member
/openbmc/linux/include/linux/
H A Dmsdos_partition.h13 u8 end_head; /* end head */ member
/openbmc/linux/drivers/scsi/aacraid/
H A Dlinit.c335 unsigned char end_head, end_sec; in aac_biosparm() local
338 end_head = entry->end_head; in aac_biosparm()
341 if(end_head == 63) { in aac_biosparm()
345 } else if(end_head == 127) { in aac_biosparm()
349 } else if(end_head == 254) { in aac_biosparm()
358 end_head = first->end_head; in aac_biosparm()
368 } else if (end_head > 0 || end_sec > 0) { in aac_biosparm()
370 end_head + 1, end_sec, num)); in aac_biosparm()
/openbmc/linux/block/partitions/
H A Defi.h99 u8 end_head; /* unused by EFI, pt end in CHS */ member
/openbmc/u-boot/include/
H A Dpart_efi.h68 u8 end_head; /* end head */ member
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c411 uint32_t end_head; member
452 g_assert(mbr[i].end_head < 256); in create_qcow2_with_mbr()
455 head = mbr[i].end_head; in create_qcow2_with_mbr()
/openbmc/linux/drivers/memstick/core/
H A Dmspro_block.c107 unsigned char end_head; member
359 rc += sysfs_emit_at(buffer, rc, "end head: %x\n", x_mbr->end_head); in mspro_block_attr_show_mbr()
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c3770 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local
3840 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras()
3843 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()