Searched refs:stride (Results 401 - 425 of 430) sorted by relevance

<<1112131415161718

/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1758 __u32 stride; member in struct:drm_i915_gem_set_tiling
1855 /* stride values and offsets are in bytes, buffer relative */
1856 __u16 stride_Y; /* stride for packed formats */
/linux-master/drivers/nvme/host/
H A Dpci.c170 static inline unsigned int sq_idx(unsigned int qid, u32 stride) argument
172 return qid * 2 * stride;
175 static inline unsigned int cq_idx(unsigned int qid, u32 stride) argument
177 return (qid * 2 + 1) * stride;
/linux-master/include/ufs/
H A Dufshcd.h779 * @stride: Steps proportional to queue [0...31]
784 unsigned long stride; member in struct:ufshcd_mcq_opr_info_t
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1393 u32 stride, tile; local
1399 stride = vgpu_vreg_t(s->vgpu, info->stride_reg) & GENMASK(9, 0);
1403 stride = (vgpu_vreg_t(s->vgpu, info->stride_reg) &
1408 if (stride != info->stride_val)
1409 gvt_dbg_cmd("cannot change stride during async flip\n");
/linux-master/include/uapi/drm/
H A Di915_drm.h1764 __u32 stride; member in struct:drm_i915_gem_set_tiling
1861 /* stride values and offsets are in bytes, buffer relative */
1862 __u16 stride_Y; /* stride for packed formats */
/linux-master/drivers/pci/
H A Dpci.h310 u16 stride; /* Following VF stride */ member in struct:pci_sriov
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c217 int stride)
232 stride++;
236 for (i = 0; i < stride; i++) {
257 int total_queues, stride, stragglers, i; local
273 stride = max_t(int, num_cpu / total_queues, 1);
292 stride);
215 ibmvnic_set_queue_affinity(struct ibmvnic_sub_crq_queue *queue, unsigned int *cpu, int *stragglers, int stride) argument
/linux-master/drivers/media/platform/broadcom/
H A Dbcm2835-unicam.c75 * The image stride is stored in a 16 bit register, and needs to be aligned to
77 * constraint on its input, set the image stride alignment to 32 bytes here as
84 * Max width is therefore determined by the max stride divided by the number of
655 unsigned int stride = node->fmt.fmt.pix.bytesperline; local
663 return (unsigned int)(cur_addr - frm->dma_addr) / stride;
2046 dev_info(unicam->dev, "Programmed stride: %4u\n",
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c1092 frame->stride = fb_stride;
1144 frame->stride = fb_stride;
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css.c782 cfg_ref->port_b.stride =
829 cfg_tnr->port_b.stride =
/linux-master/drivers/base/regmap/
H A Dregmap-kunit.c600 static void stride(struct kunit *test) function
1895 KUNIT_CASE_PARAM(stride, regcache_types_gen_params),
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c1675 opr->stride = 0x100;
H A Dufs-mediatek.c1682 opr->stride = REG_UFS_MCQ_STRIDE;
/linux-master/drivers/media/i2c/
H A Dov2740.c1279 nvmem_config.stride = 1;
/linux-master/drivers/net/
H A Dvirtio_net.c3045 int stride; local
3053 stride = max_t(int, num_cpu / vi->curr_queue_pairs, 1);
3060 group_size = stride + (i < stragglers ? 1 : 0);
/linux-master/drivers/rtc/
H A Drtc-ds1307.c1989 .stride = 1,
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-video.c497 output_pin->stride = ipu6_isys_get_bytes_per_line(av);
/linux-master/drivers/iio/pressure/
H A Dbmp280-core.c1595 .stride = sizeof(u16),
/linux-master/fs/ext4/
H A Dsuper.c3548 unsigned long stride = le16_to_cpu(sbi->s_es->s_raid_stride); local
3557 else if (stride && stride <= sbi->s_blocks_per_group)
3558 ret = stride;
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c1447 int stride = slot->slots_per_op; local
1449 while (stride--) {
1518 dev_dbg(chan->device->common.dev, "\tfree slot %llx: %d stride: %d\n",
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c1734 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, argument
1737 struct txbd8 *new_bd = bdp + stride;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c2327 binding.stride = cmd->buf[i].stride;
/linux-master/drivers/mtd/
H A Dmtdcore.c560 config.stride = 1;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c365 pos + PCI_SRIOV_VF_STRIDE, &iov->stride);
379 "IOV info: nres %d, cap 0x%x, ctrl 0x%x, total %d, initial %d, num vfs %d, offset %d, stride %d, page size 0x%x\n",
385 iov->nr_virtfn, iov->offset, iov->stride, iov->pgsz);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c609 int n, u8 *base, u8 stride, u8 size)
628 next += stride + size;
608 bnx2x_get_n_elements(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int n, u8 *base, u8 stride, u8 size) argument

Completed in 518 milliseconds

<<1112131415161718