Searched refs:heads (Results 76 - 100 of 120) sorted by relevance

12345

/linux-master/drivers/mtd/
H A Dinftlmount.c492 s->EraseSize, s->heads, s->sectors, s->cylinders,
H A Drfd_ftl.c740 geo->heads = 1;
H A Dftl.c950 geo->heads = 1;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c556 encoder->possible_crtcs = entry->heads;
H A Dtvnv17.c820 encoder->possible_crtcs = entry->heads;
H A Ddfp.c168 * blob programs the one exposed via I2C for *both* heads, so
215 * to heads on digital outputs
714 encoder->possible_crtcs = entry->heads;
/linux-master/drivers/scsi/
H A Dstex.c1463 int heads = 255, sectors = 63; local
1466 heads = 64;
1470 sector_div(capacity, heads * sectors);
1472 geom[0] = heads;
H A Datp870u.c1698 int heads, sectors, cylinders; local
1700 heads = 64;
1702 cylinders = (unsigned long)capacity / (heads * sectors);
1704 heads = 255;
1706 cylinders = (unsigned long)capacity / (heads * sectors);
1708 ip[0] = heads;
H A Dqla1280.c1029 int heads, sectors, cylinders; local
1031 heads = 64;
1033 cylinders = (unsigned long)capacity / (heads * sectors);
1035 heads = 255;
1037 cylinders = (unsigned long)capacity / (heads * sectors);
1042 geom[0] = heads;
/linux-master/drivers/s390/block/
H A Ddasd_diag.c484 geo->heads = 16;
H A Ddasd_fba.c207 geo->heads = 16;
/linux-master/drivers/mtd/ubi/
H A Dblock.c288 geo->heads = 1;
/linux-master/block/
H A Dioctl.c469 unsigned char heads; member in struct:compat_hd_geometry
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1141 if (!(mstc->mstm->outp->dcb->heads & drm_crtc_mask(crtc)))
1286 if (!(mstm->outp->dcb->heads & drm_crtc_mask(crtc)))
1349 /* Add payloads for new heads, while also updating the start slots of any unmodified (but
1350 * active) heads that may have had their VC slots shifted left after the previous step
1515 const int max_payloads = hweight8(outp->dcb->heads);
2932 outp->base.base.possible_crtcs = outp->outp.info.heads;
2965 outp->dcb->heads = outp->outp.info.heads;
2994 /* create crtc objects to represent the hw heads */
/linux-master/drivers/block/
H A Dfloppy.c2323 int heads; local
2344 heads = 2;
2346 heads = 1;
2348 nr_sectors = (((reply_buffer[R_TRACK] - raw_cmd->cmd[TRACK]) * heads +
2362 pr_info("heads=%d eoc=%d\n", heads, eoc);
3377 geo->heads = g->head;
H A Dxen-blkfront.c503 hg->heads = 0xff;
505 sector_div(cylinders, hg->heads * hg->sectors);
507 if ((sector_t)(hg->cylinders + 1) * hg->heads * hg->sectors < nsect)
H A Dswim.c724 geo->heads = g->head;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c3833 * Just the parameters with heads/secots/cylinders.
3840 int heads; local
3845 heads = 64;
3848 dummy = heads * sectors;
3853 heads = 255;
3855 dummy = heads * sectors;
3860 params[0] = heads;
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c302 * {completion,xfer}_ring_{tails,heads}_addr: DMA pointers to ring heads/tails
334 /* ring heads and tails */
802 __le16 *heads = bcm4377->ring_state->completion_ring_head; local
811 le16_to_cpu(heads[ring->ring_id]), tail);
813 while (tail != le16_to_cpu(READ_ONCE(heads[ring->ring_id]))) {
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c381 int heads, sectors, cylinders, total_capacity; local
387 heads = 64;
389 cylinders = total_capacity / (heads * sectors);
391 heads = 255;
393 cylinders = total_capacity / (heads * sectors);
395 geom[0] = heads;
/linux-master/drivers/block/aoe/
H A Daoecmd.c938 d->geo.heads = 255;
948 d->geo.heads = get_unaligned_le16(&id[55 << 1]);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c765 list_for_each_entry(head, &disp->heads, head) {
1261 dcbE.heads = disp->head.mask;
/linux-master/tools/perf/util/
H A Devlist.c654 head = &evlist->core.heads[hash];
737 head = &evlist->core.heads[hash];
/linux-master/fs/ntfs3/
H A Dntfs.h209 __le16 heads; // 0x1A: number of heads per cylinder. member in struct:NTFS_BOOT
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3148 int heads; local
3153 /* Default heads (64) & sectors (32) */
3154 heads = 64;
3157 tmp = heads * sectors;
3167 heads = 255;
3169 tmp = heads*sectors;
3174 geom[0] = heads;

Completed in 448 milliseconds

12345