Searched refs:stride (Results 251 - 275 of 423) sorted by relevance

<<11121314151617

/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-170.c256 /* Configure stride for RDIs */
277 u32 stride = pix->plane_fmt[0].bytesperline; local
280 writel_relaxed(stride * pix->height, vfe->base + VFE_BUS_WM_FRAME_INC(wm));
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-glue.c110 walk.stride / AES_BLOCK_SIZE);
193 walk.stride / AES_BLOCK_SIZE);
/linux-master/drivers/md/
H A Ddm-snap-persistent.c277 uint32_t stride = ps->exceptions_per_area + 1; local
280 if (sector_div(next_free, stride) == NUM_SNAPSHOT_HDR_CHUNKS)
/linux-master/drivers/pinctrl/
H A Dpinctrl-ocelot.c334 u8 stride; member in struct:ocelot_pinctrl
1180 #define REG_ALT(msb, info, p) (OCELOT_GPIO_ALT0 * (info)->stride + 4 * ((msb) + ((info)->stride * ((p) / 32))))
1240 #define REG(r, info, p) ((r) * (info)->stride + (4 * ((p) / 32)))
1954 unsigned int id_reg = OCELOT_GPIO_INTR_IDENT * info->stride;
1958 for (i = 0; i < info->stride; i++) {
2092 info->stride = 1 + (info->desc->npins - 1) / 32;
2094 regmap_config.max_register = OCELOT_GPIO_SD_MAP * info->stride + 15 * 4;
/linux-master/drivers/ufs/core/
H A Dufs-mcq.c235 (hba->mcq_opr[(p)].offset + hba->mcq_opr[(p)].stride * (i))
242 return opr->base + opr->stride * i;
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.h233 u32 stride; member in struct:psb_offset
267 u32 stride; member in struct:psb_pipe
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h244 u32 stride; member in struct:dma_port_config
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_83xx.h243 uint8_t stride; member in struct:qla8044_minidump_entry_rddfe
/linux-master/arch/x86/crypto/
H A Dchacha_glue.c178 nbytes = round_down(nbytes, walk.stride);
/linux-master/arch/arm/crypto/
H A Dchacha-glue.c125 nbytes = round_down(nbytes, walk.stride);
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-driver.h221 u32 stride; member in struct:cobalt_stream
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h311 uint32 stride; member in struct:SVGA3dVertexBuffer
326 uint32 stride; member in struct:SVGA3dVertexBuffer_v2
341 uint32 stride; member in struct:SVGA3dVertexBufferOffsetAndSize
1618 uint32 stride; member in struct:SVGA3dBufferBinding
/linux-master/drivers/rtc/
H A Drtc-meson.c288 .stride = 4,
H A Drtc-m48t86.c227 .stride = 1,
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c466 writel(mcde->stride, mcde->regs + ljinc);
1191 mcde->stride = mode->hdisplay * cpp;
1192 dev_dbg(drm->dev, "Overlay line stride: %u bytes\n",
1193 mcde->stride);
1380 writel(buffer_address + mcde->stride, mcde->regs + MCDE_EXTSRCXA1);
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-prv.h264 unsigned int height, unsigned int stride, u32 format,
/linux-master/drivers/nvmem/
H A Drockchip-otp.c259 .stride = 1,
H A Dqfprom.c274 * word_size and stride for reading vs. writing, we'll enforce here.
361 .stride = 1,
H A Drockchip-efuse.c209 .stride = 1,
H A Dsprd-efuse.c406 econfig.stride = 1;
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h141 void (*update_fb_stride)(struct lsdc_primary *plane, u32 stride);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c125 int stride_pfn; /* stride in pages */
185 /* if stride > than PAGE_SIZE then sparse mapping: */
334 /* for tiled buffers, the virtual size has stride rounded up
401 * If buffer width in bytes > PAGE_SIZE then the virtual stride is
403 * into account in some of the math, so figure out virtual stride
917 /* Get tiler stride for the buffer (only valid for 2d tiled buffers) */
981 unsigned int count, len, stride, i; local
1006 stride = tiler_stride(fmt, 0);
1010 stride = 0;
1030 addr += stride;
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu.h103 u32 stride; member in struct:vpu_core_resources
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_submit.c613 job->copy.stride = copy.stride;
759 job->copy.stride = copy.stride;
/linux-master/include/linux/mlx5/
H A Dqp.h491 __be16 stride; member in struct:mlx5_stride_block_entry

Completed in 412 milliseconds

<<11121314151617