/Linux-v5.10/drivers/scsi/ |
D | scsicam.c | 180 unsigned long heads, sectors, cylinders, temp; in setsize() local 182 cylinders = 1024L; /* Set number of cylinders to max */ in setsize() 185 temp = cylinders * sectors; /* Compute divisor for heads */ in setsize() 189 temp = cylinders * heads; /* Compute divisor for sectors */ in setsize() 195 cylinders = capacity / temp; /* Compute number of cylinders */ in setsize() 198 if (cylinders == 0) in setsize() 201 *cyls = (unsigned int) cylinders; /* Stuff return values */ in setsize()
|
D | storvsc_drv.c | 1546 sector_t cylinders = nsect; in storvsc_get_chs() local 1554 sector_div(cylinders, heads * sectors_pt); in storvsc_get_chs() 1555 if ((sector_t)(cylinders + 1) * heads * sectors_pt < nsect) in storvsc_get_chs() 1556 cylinders = 0xffff; in storvsc_get_chs() 1560 info[2] = (int)cylinders; in storvsc_get_chs()
|
D | 3w-xxxx.c | 1344 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-v5.10/drivers/mtd/ |
D | ssfdc.c | 24 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()
|
D | nftlcore.c | 67 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() 773 geo->cylinders = nftl->cylinders; in nftl_getgeo()
|
D | inftlcore.c | 74 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()
|
D | sm_ftl.h | 56 int cylinders; member
|
D | rfd_ftl.c | 85 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() 717 geo->cylinders = part->cylinders; in rfd_ftl_getgeo()
|
D | sm_ftl.c | 638 ftl->cylinders = chs_table[i].cyl; in sm_get_media_info() 646 ftl->cylinders = 985; in sm_get_media_info() 1114 geo->cylinders = ftl->cylinders; in sm_getgeo()
|
/Linux-v5.10/arch/x86/boot/ |
D | mtools.conf.in | 11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter 15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
|
/Linux-v5.10/drivers/block/paride/ |
D | pd.c | 230 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-v5.10/Documentation/scsi/ |
D | aha152x.rst | 130 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-v5.10/include/linux/mtd/ |
D | nftl.h | 28 unsigned short cylinders; member
|
D | inftl.h | 36 unsigned short cylinders; member
|
/Linux-v5.10/include/uapi/linux/ |
D | virtio_blk.h | 67 __virtio16 cylinders; member
|
D | hdreg.h | 327 unsigned short cylinders; member
|
/Linux-v5.10/drivers/block/rsxx/ |
D | dev.c | 86 geo->cylinders = blocks; in rsxx_getgeo() 90 geo->cylinders = 0; in rsxx_getgeo()
|
/Linux-v5.10/drivers/block/ |
D | sunvdc.c | 127 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()
|
D | virtio_blk.c | 383 geometry.cylinders, &geo->cylinders); in virtblk_getgeo() 392 geo->cylinders = get_capacity(bd->bd_disk) >> 11; in virtblk_getgeo()
|
/Linux-v5.10/drivers/memstick/core/ |
D | mspro_block.c | 126 __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-v5.10/drivers/scsi/dpt/ |
D | sys_info.h | 82 uSHORT cylinders; /* Up to 1024 */ member
|
/Linux-v5.10/arch/m68k/emu/ |
D | nfblock.c | 87 geo->cylinders = dev->blocks >> (6 - dev->bshift); in nfhd_getgeo()
|
/Linux-v5.10/drivers/block/aoe/ |
D | aoeblk.c | 294 geo->cylinders = d->geo.cylinders; in aoeblk_getgeo()
|
/Linux-v5.10/drivers/s390/block/ |
D | xpram.c | 243 geo->cylinders = size >> 6; in xpram_getgeo()
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 691 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()
|