Searched refs:stride (Results 1 - 25 of 57) sorted by relevance

123

/u-boot/drivers/video/meson/
H A Dmeson_canvas.c29 u32 stride, u32 height,
35 (((stride + 7) >> 3) << CANVAS_WIDTH_LBIT));
38 ((((stride + 7) >> 3) >> CANVAS_WIDTH_LWID) <<
27 meson_canvas_setup(struct meson_vpu_priv *priv, u32 canvas_index, u32 addr, u32 stride, u32 height, unsigned int wrap, unsigned int blkmode) argument
/u-boot/drivers/video/tegra20/
H A Dtegra-dc.h38 unsigned int stride; /* Number of bytes per line */ member in struct:disp_ctl_win
/u-boot/arch/x86/cpu/slimbootloader/
H A Dserial.c32 debug("type:%d base=0x%08x baudrate=%d stride=%d clk=%d\n",
36 data->stride,
40 /* ns16550 uses reg_shift, then covert stride to shift */
41 plat->reg_shift = data->stride >> 1;
42 plat->reg_width = data->stride;
/u-boot/arch/arm/mach-imx/
H A Diomux-v3.c93 int stride; local
97 stride = 2;
101 stride = 1;
105 p += stride;
/u-boot/drivers/pci/
H A Dpcie_fsl.h51 u32 stride; /* Offset stride between controllers */ member in struct:fsl_pcie_data
/u-boot/drivers/video/imx/
H A Dipu_common.c817 uint32_t height, uint32_t stride,
832 ipu_ch_param_set_field(&params, 1, 102, 14, (stride * 2) - 1);
835 ipu_ch_param_set_field(&params, 1, 102, 14, stride - 1);
910 if (uv_stride < stride / 2)
911 uv_stride = stride / 2;
913 u_offset = stride * height;
928 if (uv_stride < stride / 2)
929 uv_stride = stride / 2;
931 v_offset = (v == 0) ? stride * height : v;
939 if (uv_stride < stride /
815 ipu_ch_param_init(int ch, uint32_t pixel_fmt, uint32_t width, uint32_t height, uint32_t stride, uint32_t u, uint32_t v, uint32_t uv_stride, dma_addr_t addr0, dma_addr_t addr1) argument
1011 ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type, uint32_t pixel_fmt, uint16_t width, uint16_t height, uint32_t stride, dma_addr_t phyaddr_0, dma_addr_t phyaddr_1, uint32_t u, uint32_t v) argument
[all...]
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3288.h98 u32 stride; member in struct:rk3288_base_params
/u-boot/arch/x86/include/asm/arch-slimbootloader/
H A Dslimbootloader.h78 * @stride: register stride in Bytes
88 u32 stride; member in struct:sbl_serial_port_info
/u-boot/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c230 unsigned int base, stride, width, drvctrl, reg, shift; local
241 stride = 1;
247 stride = 2;
253 stride = 4;
262 drvctrl *= stride;
/u-boot/drivers/ram/rockchip/
H A Dsdram-px30-ddr3-detect-333.inc30 .stride = 0,
H A Dsdram-px30-ddr4-detect-333.inc30 .stride = 0,
H A Dsdram-px30-lpddr2-detect-333.inc30 .stride = 0,
H A Dsdram-px30-lpddr3-detect-333.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-1056.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-328.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-396.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-528.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-664.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-784.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-924.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr4-detect-1056.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr4-detect-328.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr4-detect-396.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr4-detect-528.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr4-detect-664.inc30 .stride = 0,

Completed in 111 milliseconds

123