Home
last modified time | relevance | path

Searched refs:cyl (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/mtd/
H A Dssfdc.c55 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 Dsm_ftl.h63 unsigned short cyl; member
/linux/include/linux/
H A Dmsdos_partition.h11 u8 cyl; /* starting cylinder */ member
/linux/include/linux/mtd/
H A Dnftl.h33 int head,sect,cyl; member
H A Dinftl.h42 int head,sect,cyl; member
/linux/drivers/s390/block/
H A Ddasd_eckd.h142 __u16 cyl; member
150 __u16 cyl; member
155 __u16 cyl; member
/linux/drivers/memstick/core/
H A Dms_block.h267 unsigned short cyl; member
/linux/arch/s390/include/uapi/asm/
H A Dipl.h131 __u16 cyl; member
/linux/drivers/ata/
H A Dlibata-core.c668 u32 cyl, head, sect; in ata_tf_read_block() local
670 cyl = tf->lbam | (tf->lbah << 8); in ata_tf_read_block()
680 block = (cyl * dev->heads + head) * dev->sectors + sect - 1; in ata_tf_read_block()
811 u32 sect, head, cyl, track; in ata_build_rw_tf() local
822 cyl = track / dev->heads; in ata_build_rw_tf()
830 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_build_rw_tf()
835 tf->lbam = cyl; in ata_build_rw_tf()
836 tf->lbah = cyl >> 8; in ata_build_rw_tf()
H A Dlibata-scsi.c1473 u32 sect, head, cyl, track; in ata_scsi_verify_xlat() local
1480 cyl = track / dev->heads; in ata_scsi_verify_xlat()
1488 if ((cyl >> 16) || (head >> 4) || (sect >> 8) || (!sect)) in ata_scsi_verify_xlat()
1494 tf->lbam = cyl; in ata_scsi_verify_xlat()
1495 tf->lbah = cyl >> 8; in ata_scsi_verify_xlat()
/linux/arch/s390/kernel/
H A Dipl.c522 if (!ipb->br_chr.cyl && \
528 ipb->br_chr.cyl, \
570 ipb->br_chr.cyl = args[0]; \
/linux/drivers/scsi/
H A Dscsi_debug.c7124 pp->cyl = start_sec / heads_by_sects; in sdebug_build_parts()
7125 pp->head = (start_sec - (pp->cyl * heads_by_sects)) in sdebug_build_parts()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1978 Format: <cyl>,<head>,<sect>