| /u-boot/drivers/ram/stm32mp1/ |
| A D | stm32mp1_interactive.c | 132 static bool stm32mp1_check_step(enum stm32mp1_ddr_interact_step step, in stm32mp1_check_step() 147 enum stm32mp1_ddr_interact_step step, in stm32mp1_do_info() 231 static void stm32mp1_do_param(enum stm32mp1_ddr_interact_step step, in stm32mp1_do_param() 267 static int stm32mp1_do_step(enum stm32mp1_ddr_interact_step step, in stm32mp1_do_step() 362 enum stm32mp1_ddr_interact_step step, in stm32mp1_ddr_interactive()
|
| A D | stm32mp1_ddr.c | 536 enum stm32mp1_ddr_interact_step step, in stm32mp1_ddr_interactive() 542 #define INTERACTIVE(step)\ argument
|
| /u-boot/drivers/power/regulator/ |
| A D | pfuze100.c | 58 #define PFUZE100_SW_REG(_name, base, step) \ argument 69 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument 88 #define PFUZE100_VGEN_REG(_name, base, step) \ argument 99 #define PFUZE3000_VCC_REG(_name, base, step) \ argument 110 #define PFUZE3000_SW1_REG(_name, base, step) \ argument 121 #define PFUZE3000_SW2_REG(_name, base, step) \ argument 132 #define PFUZE3000_SW3_REG(_name, base, step) \ argument
|
| A D | pca9450.c | 31 unsigned int step; member
|
| A D | sandbox.c | 38 int step; member
|
| /u-boot/drivers/serial/ |
| A D | serial_ar933x.c | 45 static u32 ar933x_serial_get_baud(u32 clk, u32 scale, u32 step) in ar933x_serial_get_baud() 60 u32 *scale, u32 *step) in ar933x_serial_get_scale_step() 93 u32 val, scale, step; in ar933x_serial_setbrg() local 203 u32 val, scale, step; in _debug_uart_init() local
|
| /u-boot/drivers/video/ |
| A D | console_core.c | 59 inline void fill_pixel_and_goto_next(void **dstp, u32 value, int pbytes, int step) in fill_pixel_and_goto_next() 81 int step, line_step, pbytes, bitcount, width_remainder, ret; in fill_char_vertically() local 134 int step, line_step, pbytes, bitcount = 8, width_remainder, ret; in fill_char_horizontally() local
|
| /u-boot/drivers/ddr/fsl/ |
| A D | mpc85xx_ddr_gen2.c | 17 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
|
| A D | mpc85xx_ddr_gen1.c | 17 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
|
| A D | arm_ddr_gen3.c | 33 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
|
| A D | mpc85xx_ddr_gen3.c | 27 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
|
| A D | fsl_ddr_gen4.c | 55 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
|
| /u-boot/drivers/power/ |
| A D | tps6586x.c | 138 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage() 170 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate, in tps6586x_adjust_sm0_sm1()
|
| /u-boot/include/dt-bindings/pmic/ |
| A D | sandbox_pmic.h | 31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| /u-boot/tools/ |
| A D | envcrc.c | 94 size_t i, start, end, step; in main() local
|
| /u-boot/drivers/rng/ |
| A D | meson-rng.c | 34 size_t step; in meson_rng_read() local
|
| /u-boot/include/power/ |
| A D | sandbox_pmic.h | 98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument 99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| A D | s5m8767.h | 55 int step; member
|
| /u-boot/arch/mips/mach-ath79/qca953x/ |
| A D | lowlevel_init.S | 81 #define MK_PLL_DDR_DIT_FRAC(max, min, step, cnt) \ argument 87 #define MK_PLL_CPU_DIT_FRAC(max, min, step, cnt) \ argument
|
| /u-boot/drivers/spi/ |
| A D | exynos_spi.c | 73 static void spi_request_bytes(struct exynos_spi *regs, int count, int step) in spi_request_bytes() 110 int step; in spi_rx_tx() local
|
| /u-boot/drivers/ddr/marvell/a38x/ |
| A D | mv_ddr4_training_leveling.c | 280 u32 flag, step; in mv_ddr4_dynamic_pb_wl_supp() local
|
| A D | ddr3_training_db.c | 638 u8 step = sso + 1; in pattern_table_get_sso_word() local
|
| /u-boot/drivers/video/sunxi/ |
| A D | lcdc.c | 216 int value, n, m, min_m, max_m, diff, step; in lcdc_pll_set() local
|
| /u-boot/lib/zstd/common/ |
| A D | fse_decompress.c | 107 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local 152 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
|
| /u-boot/arch/arm/mach-nexell/ |
| A D | clock.c | 228 static inline void clk_dev_rate(void *base, int step, int src, int div) in clk_dev_rate() 241 static inline void clk_dev_inv(void *base, int step, int inv) in clk_dev_inv() 614 int step, div[2] = { 0, }; in clk_round_rate() local
|