Searched refs:end_head (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsicam.c | 63 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 D | BusLogic.c | 3422 part_end_head = part_entry->end_head; in blogic_diskparam() 3440 part_end_head = part1_entry->end_head; in blogic_diskparam()
|
| H A D | scsi_debug.c | 5340 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | linit.c | 337 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 D | part_dos.h | 26 unsigned char end_head; /* end head */ member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | msdos_partition.h | 13 u8 end_head; /* end head */ member
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | efi.h | 100 u8 end_head; /* unused by EFI, pt end in CHS */ member
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part_efi.h | 68 u8 end_head; /* end head */ member
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | gpt.h | 125 u8 end_head; /* end head */ member
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | gpt.h | 113 u8 end_head; /* end head */ member
|
| /OK3568_Linux_fs/kernel/drivers/memstick/core/ |
| H A D | mspro_block.c | 107 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 D | dasd_eckd.c | 3652 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()
|