Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/openbmc/linux/drivers/clk/meson/
Dparm.h
/openbmc/u-boot/drivers/clk/
H A Dclk_meson.h29 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 Dvga-helpers.h102 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 Dramfb.c26 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
H A Domap_lcdc.c38 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
/openbmc/linux/arch/arm/mach-s3c/
Dsetup-sdhci-gpio-s3c64xx.c
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
Dmsm_media_info.h
/openbmc/linux/drivers/clk/
Dclk-divider.c
/openbmc/u-boot/include/
H A Dbitfield.h42 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/tools/perf/util/
Dsort.c
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c
/openbmc/qemu/hw/ppc/
H A Dpnv_core.c80 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()
537 unsigned int width) in pnv_quad_power9_xscom_write()
566 unsigned int width) in pnv_quad_power10_xscom_read()
581 uint64_t val, unsigned int width) in pnv_quad_power10_xscom_write()
606 unsigned int width) in pnv_qme_power10_xscom_read()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 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/
Domapvrfb.h
/openbmc/linux/drivers/video/fbdev/
Datafb_mfb.c
/openbmc/qemu/tests/tcg/hexagon/
H A Dhvx_histogram.c24 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/u-boot/lib/efi_loader/
H A Defi_gop.c90 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/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c
/openbmc/linux/drivers/staging/media/meson/vdec/
Dvdec_helpers.c
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
H A Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
304 int height, width; in init_dialog() local
352 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
Dinputfifo.c
/openbmc/linux/drivers/video/fbdev/core/
Dfbcon_rotate.h
/openbmc/linux/drivers/video/fbdev/sis/
Dsis_accel.c
/openbmc/linux/drivers/clk/hisilicon/
Dclkdivider-hi6220.c

12345678910>>...27