/openbmc/linux/drivers/clk/imx/ |
H A D | clk-busy.c | 77 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 D | accel.c | 39 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/qemu/hw/ppc/ |
H A D | pnv_xscom.c | 149 static uint64_t xscom_read(void *opaque, hwaddr addr, unsigned width) in xscom_read() 177 unsigned width) in xscom_write()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pm3fb.c | 217 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 D | pch_dma.h | 22 enum pch_dma_width width; member
|
/openbmc/u-boot/lib/ |
H A D | qsort.c | 24 size_t width, in qsort()
|
/openbmc/qemu/include/ui/ |
H A D | egl-helpers.h | 18 int width; member
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | imx-vdoa.h | 31 unsigned int width, in vdoa_context_configure()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | sdl.c | 29 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 D | idma32.c | 182 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 D | idreg-override.c | 30 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 D | fb_decoder.h | 116 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 D | xen_drm_front_cfg.h | 19 int width; member
|
/openbmc/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_mdp_rdma.h | 12 unsigned int width; member
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 1098 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 D | genptr.c | 410 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/thunderbolt/ |
H A D | switch.c | 950 static const char *width_name(enum tb_link_width width) in width_name() 999 bool tb_port_width_supported(struct tb_port *port, unsigned int width) in tb_port_width_supported() 1036 int tb_port_set_link_width(struct tb_port *port, enum tb_link_width width) in tb_port_set_link_width() 1126 enum tb_link_width width; in tb_port_lane_bonding_enable() local 1203 int tb_port_wait_for_link_width(struct tb_port *port, unsigned int width, in tb_port_wait_for_link_width() 1978 unsigned int width; in rx_lanes_show() local 2004 unsigned int width; in tx_lanes_show() local 2909 unsigned int width; in tb_switch_lane_bonding_enable() local 2988 static int tb_switch_asym_enable(struct tb_switch *sw, enum tb_link_width width) in tb_switch_asym_enable() 3081 int tb_switch_set_link_width(struct tb_switch *sw, enum tb_link_width width) in tb_switch_set_link_width()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | scx200_docflash.c | 29 static unsigned width = 8; /* Default to 8 bits wide */ variable
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_phase.h | 15 u8 width; member
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | sdram_gen5.c | 57 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 D | ui-qmp-cmds.c | 231 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 D | ia_css_sdis2.host.c | 29 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 D | hantro_hw.h | 270 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 D | codec-fwht.c | 685 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 D | pinctrl-tegra.c | 365 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
|