Home
last modified time | relevance | path

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

123

/linux/drivers/scsi/
A Dscsicam.c181 unsigned long heads, sectors, cylinders, temp; in setsize() local
183 cylinders = 1024L; /* Set number of cylinders to max */ in setsize()
186 temp = cylinders * sectors; /* Compute divisor for heads */ in setsize()
190 temp = cylinders * heads; /* Compute divisor for sectors */ in setsize()
196 cylinders = capacity / temp; /* Compute number of cylinders */ in setsize()
199 if (cylinders == 0) in setsize()
202 *cyls = (unsigned int) cylinders; /* Stuff return values */ in setsize()
A Dstorvsc_drv.c1640 sector_t cylinders = nsect; in storvsc_get_chs() local
1648 sector_div(cylinders, heads * sectors_pt); in storvsc_get_chs()
1649 if ((sector_t)(cylinders + 1) * heads * sectors_pt < nsect) in storvsc_get_chs()
1650 cylinders = 0xffff; in storvsc_get_chs()
1654 info[2] = (int)cylinders; in storvsc_get_chs()
A D3w-xxxx.c1346 int heads, sectors, cylinders; in tw_scsi_biosparam() local
1352 cylinders = sector_div(capacity, heads * sectors); in tw_scsi_biosparam()
1357 cylinders = sector_div(capacity, heads * sectors); in tw_scsi_biosparam()
1360 …xxxx: tw_scsi_biosparam(): heads = %d, sectors = %d, cylinders = %d\n", heads, sectors, cylinders); in tw_scsi_biosparam()
1363 geom[2] = cylinders; in tw_scsi_biosparam()
/linux/drivers/mtd/
A Dssfdc.c24 unsigned short cylinders; member
320 ssfdc->cylinders = (unsigned short)(((u32)mtd->size >> SECTOR_SHIFT) / in ssfdcr_add_mtd()
324 ssfdc->cylinders, ssfdc->heads , ssfdc->sectors, in ssfdcr_add_mtd()
325 (long)ssfdc->cylinders * (long)ssfdc->heads * in ssfdcr_add_mtd()
328 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()
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()
772 geo->cylinders = nftl->cylinders; in nftl_getgeo()
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()
922 geo->cylinders = inftl->cylinders; in inftl_getgeo()
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()
742 geo->cylinders = part->cylinders; in rfd_ftl_getgeo()
A Dsm_ftl.h56 int cylinders; member
A Dsm_ftl.c645 ftl->cylinders = chs_table[i].cyl; in sm_get_media_info()
653 ftl->cylinders = 985; in sm_get_media_info()
1127 geo->cylinders = ftl->cylinders; in sm_getgeo()
/linux/arch/x86/boot/
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/drivers/block/paride/
A Dpd.c230 int cylinders; member
722 disk->cylinders = le16_to_cpu(*(__le16 *) (pd_scratch + 2)); in pd_identify()
726 disk->capacity = disk->sectors * disk->heads * disk->cylinders; in pd_identify()
742 disk->cylinders, disk->heads, disk->sectors, in pd_identify()
813 geo->cylinders = disk->capacity / (geo->heads * geo->sectors); in pd_getgeo()
817 geo->cylinders = disk->cylinders; in pd_getgeo()
/linux/Documentation/scsi/
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/
A Dnftl.h28 unsigned short cylinders; member
A Dinftl.h36 unsigned short cylinders; member
/linux/drivers/block/rsxx/
A Ddev.c86 geo->cylinders = blocks; in rsxx_getgeo()
90 geo->cylinders = 0; in rsxx_getgeo()
/linux/drivers/block/
A Dsunvdc.c127 sector_t cylinders = nsect; in vdc_getgeo() local
131 sector_div(cylinders, geo->heads * geo->sectors); in vdc_getgeo()
132 geo->cylinders = cylinders; in vdc_getgeo()
133 if ((sector_t)(geo->cylinders + 1) * geo->heads * geo->sectors < nsect) in vdc_getgeo()
134 geo->cylinders = 0xffff; in vdc_getgeo()
A Dvirtio_blk.c447 geometry.cylinders, &geo->cylinders); in virtblk_getgeo()
456 geo->cylinders = get_capacity(bd->bd_disk) >> 11; in virtblk_getgeo()
/linux/include/uapi/linux/
A Dvirtio_blk.h67 __virtio16 cylinders; member
A Dhdreg.h327 unsigned short cylinders; member
/linux/drivers/memstick/core/
A Dmspro_block.c126 __be16 cylinders; member
145 unsigned short cylinders; member
237 geo->cylinders = msb->cylinders; in mspro_block_bd_getgeo()
481 be16_to_cpu(x_devinfo->cylinders)); in mspro_block_attr_show_devinfo()
1196 msb->cylinders = be16_to_cpu(dev_info->cylinders); in mspro_block_init_disk()
/linux/drivers/scsi/dpt/
A Dsys_info.h82 uSHORT cylinders; /* Up to 1024 */ member
/linux/arch/m68k/emu/
A Dnfblock.c85 geo->cylinders = dev->blocks >> (6 - dev->bshift); in nfhd_getgeo()
/linux/drivers/block/aoe/
A Daoeblk.c293 geo->cylinders = d->geo.cylinders; in aoeblk_getgeo()
/linux/Documentation/userspace-api/ioctl/
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/
A Daic7xxx_osm.c690 int cylinders; in ahc_linux_biosparam() local
703 cylinders = aic_sector_div(capacity, heads, sectors); in ahc_linux_biosparam()
711 if (extended && cylinders >= 1024) { in ahc_linux_biosparam()
714 cylinders = aic_sector_div(capacity, heads, sectors); in ahc_linux_biosparam()
718 geom[2] = cylinders; in ahc_linux_biosparam()

Completed in 82 milliseconds

123