/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
|
H A D | macfb.c | 130 int width) in macfb_draw_line1() 150 int width) in macfb_draw_line2() 170 int width) in macfb_draw_line4() 190 int width) in macfb_draw_line8() 208 int width) in macfb_draw_line16() 228 int width) in macfb_draw_line24() 422 uint16_t width, uint16_t height, in macfb_find_mode()
|
/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/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/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
|
H A D | taskexp_ncurses.py | 288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 505 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 518 def __init__(self, screen, label, primary, base_x, base_y, width, height, dep): argument 570 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 595 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 638 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 674 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 679 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
|
/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 …]
|
H A D | pnv_adu.c | 33 static uint64_t pnv_adu_xscom_read(void *opaque, hwaddr addr, unsigned width) in pnv_adu_xscom_read() 94 unsigned width) in pnv_adu_xscom_write()
|
/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 | inputbox.c | 16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 31 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
H A D | textbox.c | 48 int height, width, boxh, boxw; in dialog_textbox() local 299 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 328 static void print_line(WINDOW * win, int row, int width) in print_line()
|
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()
|
H A D | checklist.c | 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 105 int width, int list_height) in dialog_checklist()
|
/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/qemu/include/ui/ |
H A D | rect.h | 11 uint16_t width; member 17 uint16_t width, uint16_t height) in qemu_rect_init()
|
/openbmc/qemu/hw/intc/ |
H A D | xics_pnv.c | 34 static uint64_t pnv_icp_read(void *opaque, hwaddr addr, unsigned width) in pnv_icp_read() 97 unsigned width) in pnv_icp_write()
|
/openbmc/u-boot/arch/arm/mach-uniphier/dram/ |
H A D | umc-pxs2.c | 115 static int ddrphy_get_system_latency(void __iomem *phy_base, int width) in ddrphy_get_system_latency() 143 static void ddrphy_init(void __iomem *phy_base, enum dram_freq freq, int width, in ddrphy_init() 465 unsigned long size, int width, int ch) in umc_dc_init() 544 unsigned long size, unsigned int width, int ch) in umc_ch_init() 625 unsigned int width = bd->dram_ch[ch].width; in uniphier_pxs2_umc_init() local
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zywrle.h | 336 static inline void filter_wavelet_square(int *buf, int width, int height, in filter_wavelet_square() 412 static inline void filter_wavelet_square(int *buf, int width, int height, in filter_wavelet_square() 444 static inline void wavelet(int *buf, int width, int height, int level) in wavelet() 588 #define ZYWRLE_PACK_COEFF(buf, data, t, width, height, scanline, level) \ argument 593 #define ZYWRLE_UNPACK_COEFF(buf, data, t, width, height, scanline, level) \ argument
|
/openbmc/u-boot/board/barco/platinum/ |
H A D | spl_picon.c | 114 static void spl_dram_init(int width) in spl_dram_init()
|
H A D | spl_titanium.c | 117 static void spl_dram_init(int width) in spl_dram_init()
|
/openbmc/qemu/hw/acpi/ |
H A D | core.c | 435 static uint64_t acpi_pm_evt_read(void *opaque, hwaddr addr, unsigned width) in acpi_pm_evt_read() 449 unsigned width) in acpi_pm_evt_write() 523 static uint64_t acpi_pm_tmr_read(void *opaque, hwaddr addr, unsigned width) in acpi_pm_tmr_read() 529 unsigned width) in acpi_pm_tmr_write() 575 static uint64_t acpi_pm_cnt_read(void *opaque, hwaddr addr, unsigned width) in acpi_pm_cnt_read() 582 unsigned width) in acpi_pm_cnt_write()
|
/openbmc/u-boot/arch/arm/mach-zynq/ |
H A D | ddrc.c | 26 u32 width, ecctype; in zynq_ddrc_init() local
|