/openbmc/linux/drivers/clk/meson/ |
D | parm.h |
|
/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 | 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
|
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
|
/openbmc/linux/arch/arm/mach-s3c/ |
D | setup-sdhci-gpio-s3c64xx.c |
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
D | msm_media_info.h |
|
/openbmc/linux/drivers/clk/ |
D | clk-divider.c |
|
/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/tools/perf/util/ |
D | sort.c |
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
D | frame.c |
|
/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() 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 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/ |
D | omapvrfb.h |
|
/openbmc/linux/drivers/video/fbdev/ |
D | atafb_mfb.c |
|
/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/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/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c |
|
/openbmc/linux/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.c |
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 14 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 D | util.c | 229 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/ |
D | inputfifo.c |
|
/openbmc/linux/drivers/video/fbdev/core/ |
D | fbcon_rotate.h |
|
/openbmc/linux/drivers/video/fbdev/sis/ |
D | sis_accel.c |
|
/openbmc/linux/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c |
|