Home
last modified time | relevance | path

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

12345

/u-boot/drivers/clk/meson/
A Dclk_meson.h30 u8 width; member
33 #define PMASK(width) GENMASK(width - 1, 0) argument
34 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument
35 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument
37 #define PARM_GET(width, shift, reg) \ argument
39 #define PARM_SET(width, shift, reg, val) \ argument
/u-boot/include/
A Dbitfield.h43 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask()
49 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract()
58 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace()
A Dsandbox-clk.h47 u8 width) in sandbox_clk_divider()
77 u8 shift, u8 width, in sandbox_clk_mux()
A Dvideo_easylogo.h19 int width; member
A Dvideo_osd.h12 uint width; member
/u-boot/drivers/clk/
A Dclk-divider.c43 unsigned int val, unsigned long flags, u8 width) in _get_div()
59 unsigned long flags, unsigned long width) in divider_recalc_rate()
125 unsigned int div, unsigned long flags, u8 width) in _get_val()
138 const struct clk_div_table *table, u8 width, in divider_get_val()
184 void __iomem *reg, u8 shift, u8 width, in _register_divider()
228 void __iomem *reg, u8 shift, u8 width, in clk_register_divider()
/u-boot/drivers/clk/imx/
A Dclk.h89 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider()
97 u8 shift, u8 width, void __iomem *busy_reg, u8 busy_shift) in imx_clk_busy_divider()
104 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider2()
119 void __iomem *reg, u8 shift, u8 width, in imx_clk_mux_flags()
129 void __iomem *reg, u8 shift, u8 width, in imx_clk_mux2_flags()
139 u8 shift, u8 width, const char * const *parents, in imx_clk_mux()
148 imx_clk_busy_mux(const char *name, void __iomem *reg, u8 shift, u8 width, in imx_clk_busy_mux()
158 u8 shift, u8 width, const char * const *parents, in imx_clk_mux2()
/u-boot/scripts/kconfig/lxdialog/
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()
A Dinputbox.c16 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()
A Dtextbox.c48 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()
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()
A Dchecklist.c88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
105 int width, int list_height) in dialog_checklist()
A Dmenubox.c142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
175 int height, width, menu_height; in dialog_menu() local
/u-boot/lib/efi_loader/
A Defi_gop.c93 efi_uintn_t width, in gop_blt_int()
261 efi_uintn_t dy, efi_uintn_t width, in gop_blt_video_fill()
273 efi_uintn_t dy, efi_uintn_t width, in gop_blt_buf_to_vid16()
284 efi_uintn_t dy, efi_uintn_t width, in gop_blt_buf_to_vid32()
295 efi_uintn_t dy, efi_uintn_t width, in gop_blt_vid_to_vid()
307 efi_uintn_t dy, efi_uintn_t width, in gop_blt_vid_to_buf()
374 efi_uintn_t dy, efi_uintn_t width, in gop_blt()
/u-boot/arch/arm/mach-uniphier/dram/
A Dumc-pxs2.c116 static int ddrphy_get_system_latency(void __iomem *phy_base, int width) in ddrphy_get_system_latency()
144 static void ddrphy_init(void __iomem *phy_base, enum dram_freq freq, int width, in ddrphy_init()
466 unsigned long size, int width, int ch) in umc_dc_init()
545 unsigned long size, unsigned int width, int ch) in umc_ch_init()
626 unsigned int width = bd->dram_ch[ch].width; in uniphier_pxs2_umc_init() local
/u-boot/board/barco/platinum/
A Dspl_picon.c115 static void spl_dram_init(int width) in spl_dram_init()
A Dspl_titanium.c118 static void spl_dram_init(int width) in spl_dram_init()
/u-boot/arch/arm/mach-zynq/
A Dddrc.c26 u32 width, ecctype; in zynq_ddrc_init() local
/u-boot/drivers/i2c/muxes/
A Dpca954x.c35 u32 width; member
40 u32 width; /* I2C mux width - number of busses */ member
/u-boot/include/kendryte/
A Dclk.h29 void __iomem *reg, u8 shift, u8 width) in k210_clk_div()
/u-boot/lib/
A Dqsort.c26 size_t width, in qsort()
/u-boot/arch/arm/mach-imx/mx6/
A Dddr.c627 void mx6sx_dram_iocfg(unsigned width, in mx6sx_dram_iocfg()
685 void mx6ul_dram_iocfg(unsigned width, in mx6ul_dram_iocfg()
729 void mx6sl_dram_iocfg(unsigned width, in mx6sl_dram_iocfg()
785 void mx6dq_dram_iocfg(unsigned width, in mx6dq_dram_iocfg()
863 void mx6sdl_dram_iocfg(unsigned width, in mx6sdl_dram_iocfg()
/u-boot/arch/arm/mach-uniphier/
A Dinit.h17 unsigned int width; member
/u-boot/drivers/mmc/
A Dmmc_boot.c86 int mmc_set_boot_bus_width(struct mmc *mmc, u8 width, u8 reset, u8 mode) in mmc_set_boot_bus_width()
/u-boot/drivers/video/
A Domap3_dss.c35 u32 height, u32 width) in omap3_dss_venc_config()

Completed in 34 milliseconds

12345