Home
last modified time | relevance | path

Searched refs:cylinders (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/mtd/
H A Dssfdc.c23 unsigned short cylinders; member
319 ssfdc->cylinders = (unsigned short)(((u32)mtd->size >> SECTOR_SHIFT) / in ssfdcr_add_mtd()
323 ssfdc->cylinders, ssfdc->heads , ssfdc->sectors, in ssfdcr_add_mtd()
324 (long)ssfdc->cylinders * (long)ssfdc->heads * in ssfdcr_add_mtd()
327 ssfdc->mbd.size = (long)ssfdc->heads * (long)ssfdc->cylinders * in ssfdcr_add_mtd()
411 ssfdc->cylinders, ssfdc->heads, ssfdc->sectors); in ssfdcr_getgeo()
415 geo->cylinders = ssfdc->cylinders; in ssfdcr_getgeo()
H A Dnftlcore.c67 nftl->cylinders = 1024; in nftl_add_mtd()
70 temp = nftl->cylinders * nftl->heads; in nftl_add_mtd()
74 temp = nftl->cylinders * nftl->sectors; in nftl_add_mtd()
80 nftl->cylinders = nftl->mbd.size / temp; in nftl_add_mtd()
84 if (nftl->mbd.size != nftl->heads * nftl->cylinders * nftl->sectors) { in nftl_add_mtd()
93 nftl->cylinders, nftl->heads , nftl->sectors, in nftl_add_mtd()
94 (long)nftl->cylinders * (long)nftl->heads * in nftl_add_mtd()
771 geo->cylinders = nftl->cylinders; in nftl_getgeo()
H A Dinftlcore.c74 inftl->cylinders = 1024; in inftl_add_mtd()
77 temp = inftl->cylinders * inftl->heads; in inftl_add_mtd()
81 temp = inftl->cylinders * inftl->sectors; in inftl_add_mtd()
87 inftl->cylinders = inftl->mbd.size / temp; in inftl_add_mtd()
91 if (inftl->mbd.size != inftl->heads * inftl->cylinders * inftl->sectors) { in inftl_add_mtd()
100 inftl->cylinders, inftl->heads , inftl->sectors, in inftl_add_mtd()
101 (long)inftl->cylinders * (long)inftl->heads * in inftl_add_mtd()
923 geo->cylinders = inftl->cylinders; in inftl_getgeo()
H A Drfd_ftl.c85 int cylinders; member
175 part->cylinders = (part->data_sectors_per_block * in scan_header()
178 part->sector_count = part->cylinders * SECTORS_PER_TRACK; in scan_header()
741 geo->cylinders = part->cylinders; in rfd_ftl_getgeo()
H A Dsm_ftl.h56 int cylinders; member
H A Dsm_ftl.c643 ftl->cylinders = chs_table[i].cyl; in sm_get_media_info()
651 ftl->cylinders = 985; in sm_get_media_info()
1125 geo->cylinders = ftl->cylinders; in sm_getgeo()
/linux/arch/x86/boot/
H A Dmtools.conf.in11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
/linux/Documentation/scsi/
H A Daha152x.rst130 The number of cylinders/heads/sectors is called geometry and is required
147 and a maximum of 1023 cylinders.
151 cylinders by dividing the capacity reported by the disk by 64*32 (1 MB).
154 With respect to the limit of 1023 cylinders using C/H/S you can only
/linux/include/linux/mtd/
H A Dnftl.h28 unsigned short cylinders; member
H A Dinftl.h36 unsigned short cylinders; member
/linux/drivers/block/
H A Dsunvdc.c125 sector_t cylinders = nsect; in vdc_getgeo() local
129 sector_div(cylinders, geo->heads * geo->sectors); in vdc_getgeo()
130 geo->cylinders = cylinders; in vdc_getgeo()
131 if ((sector_t)(geo->cylinders + 1) * geo->heads * geo->sectors < nsect) in vdc_getgeo()
132 geo->cylinders = 0xffff; in vdc_getgeo()
H A Dxen-blkfront.c501 sector_t cylinders = nsect; in blkif_getgeo() local
505 sector_div(cylinders, hg->heads * hg->sectors); in blkif_getgeo()
506 hg->cylinders = cylinders; in blkif_getgeo()
507 if ((sector_t)(hg->cylinders + 1) * hg->heads * hg->sectors < nsect) in blkif_getgeo()
508 hg->cylinders = 0xffff; in blkif_getgeo()
H A Dvirtio_blk.c848 geometry.cylinders, &geo->cylinders); in virtblk_getgeo()
857 geo->cylinders = get_capacity(disk) >> 11; in virtblk_getgeo()
/linux/drivers/memstick/core/
H A Dmspro_block.c126 __be16 cylinders; member
144 unsigned short cylinders; member
199 geo->cylinders = msb->cylinders; in mspro_block_bd_getgeo()
410 rc += sysfs_emit_at(buffer, rc, "cylinders: %x\n", be16_to_cpu(x_devinfo->cylinders)); in mspro_block_attr_show_devinfo()
1126 msb->cylinders = be16_to_cpu(dev_info->cylinders); in mspro_block_init_disk()
/linux/include/uapi/linux/
H A Dvirtio_blk.h69 __virtio16 cylinders; member
H A Dhdreg.h327 unsigned short cylinders; member
/linux/arch/m68k/emu/
H A Dnfblock.c84 geo->cylinders = dev->blocks >> (6 - dev->bshift); in nfhd_getgeo()
/linux/drivers/scsi/
H A Dstorvsc_drv.c1617 sector_t cylinders = nsect; in storvsc_get_chs() local
1625 sector_div(cylinders, heads * sectors_pt); in storvsc_get_chs()
1626 if ((sector_t)(cylinders + 1) * heads * sectors_pt < nsect) in storvsc_get_chs()
1627 cylinders = 0xffff; in storvsc_get_chs()
1631 info[2] = (int)cylinders; in storvsc_get_chs()
H A Dmegaraid.c2790 int cylinders; in megaraid_biosparam() local
2799 cylinders = (ulong)capacity / (heads * sectors); in megaraid_biosparam()
2808 cylinders = (ulong)capacity / (heads * sectors); in megaraid_biosparam()
2814 geom[2] = cylinders; in megaraid_biosparam()
2827 cylinders = (ulong)capacity / (heads * sectors); in megaraid_biosparam()
2833 cylinders = (ulong)capacity / (heads * sectors); in megaraid_biosparam()
2839 geom[2] = cylinders; in megaraid_biosparam()
H A Dmvumi.c2148 sector_t cylinders; in mvumi_bios_param() local
2154 cylinders = capacity; in mvumi_bios_param()
2155 sector_div(cylinders, tmp); in mvumi_bios_param()
2161 cylinders = capacity; in mvumi_bios_param()
2162 sector_div(cylinders, tmp); in mvumi_bios_param()
2166 geom[2] = cylinders; in mvumi_bios_param()
/linux/Documentation/userspace-api/ioctl/
H A Dhdio.rst76 cylinders number of cylinders, mod 65536
97 In addition, the cylinders field of the hd_geometry is an
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c691 int cylinders; in ahc_linux_biosparam() local
704 cylinders = aic_sector_div(capacity, heads, sectors); in ahc_linux_biosparam()
712 if (extended && cylinders >= 1024) { in ahc_linux_biosparam()
715 cylinders = aic_sector_div(capacity, heads, sectors); in ahc_linux_biosparam()
719 geom[2] = cylinders; in ahc_linux_biosparam()
H A Daic79xx_osm.c728 int cylinders; in ahd_linux_biosparam() local
739 cylinders = aic_sector_div(capacity, heads, sectors); in ahd_linux_biosparam()
745 if (extended && cylinders >= 1024) { in ahd_linux_biosparam()
748 cylinders = aic_sector_div(capacity, heads, sectors); in ahd_linux_biosparam()
752 geom[2] = cylinders; in ahd_linux_biosparam()
/linux/drivers/scsi/aacraid/
H A Dlinit.c319 param->cylinders = cap_to_cyls(capacity, param->heads * param->sectors); in aac_biosparm()
333 int saved_cylinders = param->cylinders; in aac_biosparm()
362 param->cylinders = cap_to_cyls(capacity, param->heads * param->sectors); in aac_biosparm()
364 if (param->cylinders != saved_cylinders) { in aac_biosparm()
/linux/block/partitions/
H A Dibm.c256 geo_size = geo->cylinders * geo->heads in find_lnx1_partitions()

123