Searched refs:end_head (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/aacraid/ |
| H A D | linit.c | 335 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()
|
| /linux/include/linux/ |
| H A D | msdos_partition.h | 13 u8 end_head; /* end head */ member
|
| /linux/block/partitions/ |
| H A D | efi.h | 99 u8 end_head; /* unused by EFI, pt end in CHS */ member
|
| /linux/drivers/memstick/core/ |
| H A D | mspro_block.c | 107 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()
|
| /linux/drivers/scsi/ |
| H A D | BusLogic.c | 3281 part_end_head = part_entry->end_head; in blogic_diskparam() 3299 part_end_head = part1_entry->end_head; in blogic_diskparam()
|
| H A D | scsi_debug.c | 7115 pp->end_head = (end_sec - (pp->end_cyl * heads_by_sects)) in sdebug_build_parts()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 3756 u16 heads, beg_head, end_head; in dasd_eckd_dso_ras() local 3826 end_head = cur_to_trk % heads; in dasd_eckd_dso_ras() 3829 set_ch_t(&ras_range->end_ext, end_cyl, end_head); in dasd_eckd_dso_ras()
|