/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_plat_bufs_v6.c | 55 #define SIZE_H264D_LB_FE_TOP_DATA(width, height) \ argument 58 #define SIZE_H264D_LB_FE_TOP_CTRL(width, height) \ argument 61 #define SIZE_H264D_LB_FE_LEFT_CTRL(width, height) \ argument 64 #define SIZE_H264D_LB_SE_TOP_CTRL(width, height) \ argument 67 #define SIZE_H264D_LB_SE_LEFT_CTRL(width, height) \ argument 70 #define SIZE_H264D_LB_PE_TOP_DATA(width, height) \ argument 78 #define SIZE_H264D_QP(width, height) \ argument 101 #define SIZE_H265D_LB_FE_TOP_DATA(width, height) \ argument 189 #define SIZE_VP8D_LB_VSP_TOP(width, height) \ argument 191 #define SIZE_VP9D_LB_VSP_TOP(width, height) \ argument [all …]
|
/openbmc/linux/drivers/clk/meson/ |
H A D | parm.h | 13 #define PMASK(width) GENMASK(width - 1, 0) argument 14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 15 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 17 #define PARM_GET(width, shift, reg) \ argument 19 #define PARM_SET(width, shift, reg, val) \ argument 27 u8 width; member
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_meson.h | 29 u8 width; member 32 #define PMASK(width) GENMASK(width - 1, 0) argument 33 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 34 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 36 #define PARM_GET(width, shift, reg) \ argument 38 #define PARM_SET(width, shift, reg, val) \ argument
|
/openbmc/qemu/hw/display/ |
H A D | vga-helpers.h | 102 uint32_t addr, int width, int hpel) in vga_draw_line2() 144 uint32_t addr, int width, int hpel) in vga_draw_line2d2() 183 uint32_t addr, int width, int hpel) in vga_draw_line4() 221 uint32_t addr, int width, int hpel) in vga_draw_line4d2() 261 uint32_t addr, int width, int hpel) in vga_draw_line8d2() 303 uint32_t addr, int width, int hpel) in vga_draw_line8() 334 uint32_t addr, int width, int hpel) in vga_draw_line15_le() 353 uint32_t addr, int width, int hpel) in vga_draw_line15_be() 375 uint32_t addr, int width, int hpel) in vga_draw_line16_le() 394 uint32_t addr, int width, int hpel) in vga_draw_line16_be() [all …]
|
H A D | omap_lcdc.c | 38 int width; member 77 int width, int deststep) in draw_line2_32() 116 int width, int deststep) in draw_line4_32() 143 int width, int deststep) in draw_line8_32() 163 int width, int deststep) in draw_line12_32() 183 int width, int deststep) in draw_line16_32() 205 int width, linesize, step, bpp, frame_offset; in omap_update_display() local
|
H A D | ramfb.c | 26 uint32_t width; member 35 uint32_t width, height; member 47 static DisplaySurface *ramfb_create_display_surface(int width, int height, in ramfb_create_display_surface() 84 uint32_t fourcc, format, width, height; in ramfb_fw_cfg_write() local
|
/openbmc/linux/lib/ |
H A D | trace_readwrite.c | 16 void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_write_mmio() 24 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio() 32 void log_read_mmio(u8 width, const volatile void __iomem *addr, in log_read_mmio() 40 void log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr, in log_post_read_mmio()
|
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | setup-sdhci-gpio-s3c64xx.c | 20 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci0_cfg_gpio() 33 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio() 46 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci2_cfg_gpio()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-divider.c | 46 u8 width) in _get_table_maxdiv() 92 unsigned int val, unsigned long flags, u8 width) in _get_div() 117 unsigned int div, unsigned long flags, u8 width) in _get_val() 133 unsigned long flags, unsigned long width) in divider_recalc_rate() 292 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 347 const struct clk_div_table *table, u8 width, in divider_determine_rate() 362 const struct clk_div_table *table, u8 width, in divider_ro_determine_rate() 387 u8 width, unsigned long flags) in divider_round_rate_parent() 408 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent() 471 const struct clk_div_table *table, u8 width, in divider_get_val() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | msm_media_info.h | 823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE() 859 static unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE() 957 static unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE() 1017 static unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE() 1070 static unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE() 1119 static unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
|
/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 355 unsigned int width) in _hist_entry__sym_snprintf() 465 size_t size, unsigned int width) in hist_entry__srcline_snprintf() 518 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf() 566 size_t size, unsigned int width) in hist_entry__srcline_to_snprintf() 582 size_t size, unsigned int width) in hist_entry__sym_ipc_snprintf() 617 unsigned int width) in hist_entry__sym_ipc_null_snprintf() 687 size_t size, unsigned int width) in hist_entry__srcfile_snprintf() 1138 unsigned int width) in _hist_entry__addr_snprintf() 1670 size_t size, unsigned int width) in hist_entry__global_p_stage_cyc_snprintf() 1678 size_t size, unsigned int width) in hist_entry__p_stage_cyc_snprintf() [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
H A D | frame.c | 110 unsigned int width, in ia_css_frame_allocate() 272 unsigned int ia_css_frame_pad_width(unsigned int width, enum ia_css_frame_format format) in ia_css_frame_pad_width() 301 unsigned int width, in ia_css_frame_info_set_width() 331 unsigned int width, in ia_css_frame_info_init() 451 unsigned int width, in frame_init_plane() 575 unsigned int width = frame->frame_info.res.width, in frame_init_rgb_planes() local 591 unsigned int width = frame->frame_info.padded_width / 2, in frame_init_qplane6_planes() local 622 unsigned int width, in frame_allocate_with_data() 654 static struct ia_css_frame *frame_create(unsigned int width, in frame_create()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_core.c | 80 unsigned int width) in pnv_core_power8_xscom_read() 102 unsigned int width) in pnv_core_power8_xscom_write() 130 unsigned int width) in pnv_core_power9_xscom_read() 159 unsigned int width) in pnv_core_power9_xscom_write() 193 unsigned int width) in pnv_core_power10_xscom_read() 235 uint64_t val, unsigned int width) in pnv_core_power10_xscom_write() 527 unsigned int width) in pnv_quad_power9_xscom_write() 556 unsigned int width) in pnv_quad_power10_xscom_read() 571 uint64_t val, unsigned int width) in pnv_quad_power10_xscom_write() 596 unsigned int width) in pnv_qme_power10_xscom_read() [all …]
|
/openbmc/u-boot/include/ |
H A D | bitfield.h | 42 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask() 48 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract() 57 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_accel.c | 189 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() 203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local 250 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local 290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local 388 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | ncurses.py | 68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 137 def __init__( self, x, y, width, height ): argument 153 def __init__( self, x, y, width, height ): argument 173 def __init__( self, x, y, width, height ): argument 180 def __init__( self, x, y, width, height ): argument
|
/openbmc/linux/include/video/ |
H A D | omapvrfb.h | 44 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_gop.c | 90 efi_uintn_t width, in gop_blt_int() 258 efi_uintn_t dy, efi_uintn_t width, in gop_blt_video_fill() 270 efi_uintn_t dy, efi_uintn_t width, in gop_blt_buf_to_vid16() 281 efi_uintn_t dy, efi_uintn_t width, in gop_blt_buf_to_vid32() 292 efi_uintn_t dy, efi_uintn_t width, in gop_blt_vid_to_vid() 304 efi_uintn_t dy, efi_uintn_t width, in gop_blt_vid_to_buf() 333 efi_uintn_t dy, efi_uintn_t width, in gop_blt()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | btext.c | 110 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() 165 unsigned int width, height, depth, pitch; in btext_initialize() local 265 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() 297 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local 315 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local 334 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local 356 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | atafb_mfb.c | 25 int height, int width) in atafb_mfb_copyarea() 54 int sy, int sx, int height, int width) in atafb_mfb_fillrect() 77 int dy, int dx, u32 width, in atafb_mfb_linefill()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram.c | 24 const int width = 275; variable 50 static void ref_histogram(uint8_t *src, int stride, int width, int height, in ref_histogram() 64 static void hvx_histogram(uint8_t *src, int stride, int width, int height, in hvx_histogram()
|
/openbmc/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 70 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() 119 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() 158 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16() 192 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local 252 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
|
/openbmc/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_helpers.c | 54 u32 amvdec_am21c_body_size(u32 width, u32 height) in amvdec_am21c_body_size() 64 u32 amvdec_am21c_head_size(u32 width, u32 height) in amvdec_am21c_head_size() 73 u32 amvdec_am21c_size(u32 width, u32 height) in amvdec_am21c_size() 98 struct vb2_buffer *vb, u32 width, in set_canvas_yuv420m() 142 struct vb2_buffer *vb, u32 width, in set_canvas_nv12m() 184 u32 width = ALIGN(sess->width, 32); in amvdec_set_canvases() local 442 void amvdec_src_change(struct amvdec_session *sess, u32 width, in amvdec_src_change()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_panel_orientation_quirks.c | 27 int width; member 492 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() 527 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk()
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk.h | 127 #define imx_clk_divider(name, parent, reg, shift, width) \ argument 130 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument 148 #define imx_clk_mux(name, reg, shift, width, parents, num_parents) \ argument 199 #define imx_clk_hw_mux2(name, reg, shift, width, parents, num_parents) \ argument 202 #define imx_clk_hw_mux(name, reg, shift, width, parents, num_parents) \ argument 214 #define imx_clk_hw_divider(name, parent, reg, shift, width) \ argument 217 #define imx_clk_hw_divider2(name, parent, reg, shift, width) \ argument 221 #define imx_clk_hw_divider_flags(name, parent, reg, shift, width, flags) \ argument 359 u8 width) in imx_clk_hw_divider_closest() 368 u8 width, unsigned long flags) in __imx_clk_hw_divider() [all …]
|