Home
last modified time | relevance | path

Searched defs:width (Results 151 – 175 of 1378) sorted by relevance

12345678910>>...56

/openbmc/linux/drivers/clk/imx/
H A Dclk-busy.c77 void __iomem *reg, u8 shift, u8 width, in imx_clk_hw_busy_divider()
157 u8 width, void __iomem *busy_reg, u8 busy_shift, in imx_clk_hw_busy_mux()
/openbmc/linux/drivers/video/fbdev/via/
H A Daccel.c39 static int hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_1()
172 static int hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_2()
/openbmc/linux/drivers/video/fbdev/
H A Dpm3fb.c217 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_init_engine() local
581 int width = ((image->width + 7) >> 3) in pm3fb_imageblit() local
731 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_write_mode() local
1106 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16) in pm3fb_setcolreg() argument
/openbmc/linux/include/linux/
H A Dpch_dma.h22 enum pch_dma_width width; member
/openbmc/u-boot/lib/
H A Dqsort.c24 size_t width, in qsort()
/openbmc/qemu/include/ui/
H A Degl-helpers.h18 int width; member
/openbmc/linux/drivers/media/platform/chips-media/
H A Dimx-vdoa.h31 unsigned int width, in vdoa_context_configure()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c29 int width; member
77 int sandbox_sdl_init_display(int width, int height, int log2_bpp) in sandbox_sdl_init_display()
/openbmc/linux/drivers/dma/dw/
H A Didma32.c182 size_t bytes, unsigned int width, size_t *len) in idma32_bytes2block()
197 static size_t idma32_block2bytes(struct dw_dma_chan *dwc, u32 block, u32 width) in idma32_block2bytes()
/openbmc/linux/arch/arm64/kernel/
H A Didreg-override.c30 u8 width; member
224 u64 width = regs[i]->fields[f].width ?: 4; in match_options() local
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h116 u32 width; /* in pixels */ member
133 u32 width; /* in pixels */ member
149 u32 width; /* in pixels */ member
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.h19 int width; member
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_mdp_rdma.h12 unsigned int width; member
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c1098 static void dispc_mgr_set_size(enum omap_channel channel, u16 width, in dispc_mgr_set_size()
1820 u16 width, u16 height, in calc_vrfb_rotation_offset()
1907 u16 width, u16 height, in calc_dma_rotation_offset()
2106 u16 width, u16 height, u16 out_width, u16 out_height, in check_horiz_timing_omap3()
2157 const struct omap_video_timings *mgr_timings, u16 width, in calc_core_clk_five_taps()
2251 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling_24xx()
2297 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling_34xx()
2382 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling_44xx()
2428 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling()
2554 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, in dispc_ovl_setup_common()
[all …]
/openbmc/qemu/target/hexagon/
H A Dgenptr.c410 void gen_store32(TCGv vaddr, TCGv src, int width, uint32_t slot) in gen_store32()
1101 TCGv width = tcg_temp_new(); in gen_insert_rp() local
1345 void gen_sat_i32(TCGv dest, TCGv source, int width) in gen_sat_i32()
1353 void gen_sat_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_sat_i32_ovfl()
1361 void gen_satu_i32(TCGv dest, TCGv source, int width) in gen_satu_i32()
1371 void gen_satu_i32_ovfl(TCGv ovfl, TCGv dest, TCGv source, int width) in gen_satu_i32_ovfl()
1379 void gen_sat_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64()
1387 void gen_sat_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_sat_i64_ovfl()
1398 void gen_satu_i64(TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64()
1408 void gen_satu_i64_ovfl(TCGv ovfl, TCGv_i64 dest, TCGv_i64 source, int width) in gen_satu_i64_ovfl()
/openbmc/linux/drivers/mtd/maps/
H A Dscx200_docflash.c29 static unsigned width = 8; /* Default to 8 bits wide */ variable
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu_phase.h15 u8 width; member
/openbmc/u-boot/drivers/ddr/altera/
H A Dsdram_gen5.c57 const unsigned int width = 8; in get_errata_rows() local
478 unsigned long row, bank, col, cs, width; in sdram_calculate_size() local
/openbmc/qemu/ui/
H A Dui-qmp-cmds.c231 int width = pixman_image_get_width(image); in png_save() local
301 int width = pixman_image_get_width(image); in ppm_save() local
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c29 fill_row(short *private, const short *public, unsigned int width, in fill_row()
43 unsigned int width = from->grid.num_hor_coefs; in ia_css_sdis2_horicoef_vmem_encode() local
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h270 int width; member
460 hantro_vp9_mv_size(unsigned int width, unsigned int height) in hantro_vp9_mv_size()
473 hantro_h264_mv_size(unsigned int width, unsigned int height) in hantro_h264_mv_size()
500 hantro_hevc_mv_size(unsigned int width, unsigned int height) in hantro_hevc_mv_size()
515 hantro_av1_mv_size(unsigned int width, unsigned int height) in hantro_av1_mv_size()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c685 struct fwht_cframe *cf, u32 height, u32 width, in encode_plane()
781 unsigned int width, unsigned int height, in fwht_encode_frame()
836 u32 height, u32 width, const u8 *ref, u32 ref_stride, in decode_plane()
911 unsigned int components_num, unsigned int width, in fwht_decode_frame()
/openbmc/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra.c365 s8 *bank, s32 *reg, s8 *bit, s8 *width) in tegra_pinconf_reg()
523 s8 bank, bit, width; in tegra_pinconf_group_get() local
552 s8 bank, bit, width; in tegra_pinconf_group_set() local
620 s8 bank, bit, width; in tegra_pinconf_group_dbg_show() local
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-v4l2.c80 static void get_resolution(struct go7007 *go, int *width, int *height) in get_resolution()
179 int width, height; in set_capture_size() local
512 int width, height; in vidioc_enum_framesizes() local
531 int width, height; in vidioc_enum_frameintervals() local
/openbmc/linux/arch/arm/include/asm/mach/
H A Dflash.h27 unsigned int width; member

12345678910>>...56