Searched refs:cyl (Results 1 – 16 of 16) sorted by relevance
| /linux/block/partitions/ |
| H A D | ibm.c | 33 sector_t cyl; in cchh2blk() local 37 cyl = ptr->hh & 0xFFF0; in cchh2blk() 38 cyl <<= 12; in cchh2blk() 39 cyl |= ptr->cc; in cchh2blk() 41 return cyl * geo->heads * geo->sectors + in cchh2blk() 51 sector_t cyl; in cchhb2blk() local 55 cyl = ptr->hh & 0xFFF0; in cchhb2blk() 56 cyl <<= 12; in cchhb2blk() 57 cyl |= ptr->cc; in cchhb2blk() 59 return cyl * geo->heads * geo->sectors + in cchhb2blk()
|
| /linux/drivers/mtd/ |
| H A D | ssfdc.c | 55 unsigned short cyl; member 73 static int get_chs(unsigned long size, unsigned short *cyl, unsigned char *head, in get_chs() argument 84 if (cyl) in get_chs() 85 *cyl = chs_table[k].cyl; in get_chs()
|
| H A D | sm_ftl.h | 63 unsigned short cyl; member
|
| H A D | sm_ftl.c | 643 ftl->cylinders = chs_table[i].cyl; in sm_get_media_info()
|
| /linux/include/linux/ |
| H A D | msdos_partition.h | 11 u8 cyl; /* starting cylinder */ member
|
| /linux/include/linux/mtd/ |
| H A D | nftl.h | 33 int head,sect,cyl; member
|
| H A D | inftl.h | 42 int head,sect,cyl; member
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 199 static void set_ch_t(struct ch_t *geo, __u32 cyl, __u8 head) in set_ch_t() argument 201 geo->cyl = (__u16) cyl; in set_ch_t() 202 geo->head = cyl >> 16; in set_ch_t() 216 u32 cyl; in dasd_eckd_track_from_irb() local 233 cyl = sense[30] << 20; in dasd_eckd_track_from_irb() 234 cyl |= (sense[31] & 0xF0) << 12; in dasd_eckd_track_from_irb() 235 cyl |= sense[28] << 8; in dasd_eckd_track_from_irb() 236 cyl |= sense[29]; in dasd_eckd_track_from_irb() 238 cyl = sense[29] << 8; in dasd_eckd_track_from_irb() 239 cyl |= sense[30]; in dasd_eckd_track_from_irb() [all …]
|
| H A D | dasd_eckd.h | 142 __u16 cyl; member 150 __u16 cyl; member 155 __u16 cyl; member
|
| /linux/drivers/memstick/core/ |
| H A D | ms_block.h | 267 unsigned short cyl; member
|
| H A D | ms_block.c | 1755 msb->geometry.cylinders = chs_table[i].cyl; in msb_init_card()
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | ipl.h | 131 __u16 cyl; member
|
| /linux/drivers/ata/ |
| H A D | libata-core.c | 682 u32 cyl, head, sect; in ata_tf_read_block() local 684 cyl = tf->lbam | (tf->lbah << 8); in ata_tf_read_block() 694 block = (cyl * dev->heads + head) * dev->sectors + sect - 1; in ata_tf_read_block() 825 u32 sect, head, cyl, track; in ata_build_rw_tf() local 836 cyl = track / dev->heads; in ata_build_rw_tf() 844 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_build_rw_tf() 849 tf->lbam = cyl; in ata_build_rw_tf() 850 tf->lbah = cyl >> 8; in ata_build_rw_tf()
|
| /linux/arch/s390/kernel/ |
| H A D | ipl.c | 522 if (!ipb->br_chr.cyl && \ 528 ipb->br_chr.cyl, \ 570 ipb->br_chr.cyl = args[0]; \
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7109 pp->cyl = start_sec / heads_by_sects; in sdebug_build_parts() 7110 pp->head = (start_sec - (pp->cyl * heads_by_sects)) in sdebug_build_parts()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1990 Format: <cyl>,<head>,<sect>
|