Searched refs:cyl (Results 1 – 13 of 13) sorted by relevance
| /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
|
| /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.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
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | ipl.h | 131 __u16 cyl; member
|
| /linux/drivers/ata/ |
| H A D | libata-core.c | 668 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 D | libata-scsi.c | 1473 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 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 | 7124 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 D | kernel-parameters.txt | 1978 Format: <cyl>,<head>,<sect>
|