Home
last modified time | relevance | path

Searched defs:step (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/openbmc/u-boot/drivers/ddr/fsl/
H A Darm_ddr_gen3.c31 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
H A Dmpc85xx_ddr_gen3.c25 unsigned int ctrl_num, int step) in fsl_ddr_set_memctl_regs()
/openbmc/linux/drivers/staging/media/atomisp/include/media/
H A Dlm3554.h96 #define LM3554_VALUE_TO_PERCENT(v, step) (((((unsigned long)(v)) * (step)) + 50) / 100) argument
97 #define LM3554_PERCENT_TO_VALUE(p, step) (((((unsigned long)(p)) * 100) + (step >> 1)) / (step)) argument
/openbmc/linux/drivers/clk/sunxi/
H A Dclk-mod0.c175 u16 step, mmc_div; in mmc_get_phase() local
242 u16 step, mmc_div; in mmc_set_phase() local
/openbmc/linux/drivers/regulator/
H A Dmt6357-regulator.c36 #define MT6357_BUCK(match, vreg, min, max, step, \ argument
79 #define MT6357_LDO1(match, vreg, min, max, step, volt_ranges, \ argument
H A Dmax8907-regulator.c46 #define REG_LDO(ids, supply, base, min, max, step) \ argument
89 #define REG_BBAT(ids, supply, base, min, max, step) \ argument
H A Dmax8925-regulator.c155 #define MAX8925_SDV(_id, min, max, step) \ argument
173 #define MAX8925_LDO(_id, min, max, step) \ argument
H A Dpv88060-regulator.c145 #define PV88060_BUCK(chip, regl_name, min, step, max, limits_array) \ argument
170 #define PV88060_LDO(chip, regl_name, min, step, max) \ argument
H A Dpv88090-regulator.c161 #define PV88090_BUCK(chip, regl_name, min, step, max, limits_array) \ argument
187 #define PV88090_LDO(chip, regl_name, min, step, max) \ argument
H A Drn5t618-regulator.c25 #define REG(rid, ereg, emask, vreg, vmask, min, max, step) \ argument
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsubcore.c144 u8 step; member
150 static void wait_for_sync_step(int step) in wait_for_sync_step()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.h41 static inline u32 vpu_helper_step_walk(struct vpu_buffer *stream_buffer, u32 pos, u32 step) in vpu_helper_step_walk()
/openbmc/u-boot/include/dt-bindings/pmic/
H A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c306 u32 outlen, u32 count, struct xdr_netobj *step) in krb5_cmac_Ki()
374 struct xdr_netobj step = { .data = NULL }; in krb5_kdf_feedback_cmac() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_bpf_percpu_array_map.c32 __u32 step; in dump_bpf_percpu_array_map() local
H A Dbpf_iter_bpf_percpu_hash_map.c34 __u32 step; in dump_bpf_percpu_hash_map() local
/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf_comm.h40 u8 step; /* number of bytes per element */ member
/openbmc/u-boot/include/power/
H A Dsandbox_pmic.h98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument
99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c623 int i, step = 0, *kernel_step; in breakpoint_handler() local
736 int step = uses_default_overflow_handler(wp); in watchpoint_report() local
757 int i, step = 0, *kernel_step, access, closest_match = 0; in watchpoint_handler() local
/openbmc/linux/arch/microblaze/kernel/
H A Dptrace.c157 int step; in do_syscall_trace_leave() local
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S81 #define MK_PLL_DDR_DIT_FRAC(max, min, step, cnt) \ argument
87 #define MK_PLL_CPU_DIT_FRAC(max, min, step, cnt) \ argument
/openbmc/linux/include/linux/
H A Dlinear_range.h26 unsigned int step; member
/openbmc/qemu/util/
H A Dqdist.c167 double step; in qdist_bin__internal() local
253 double x1, x2, step; in qdist_pr_label() local
/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c96 unsigned int i, n, step; in do_dump_btf() local
156 unsigned int i, n, step; in print_entry_json() local
276 unsigned int i, n, step; in print_entry_plain() local
329 unsigned int i, n, step; in fill_per_cpu_value() local
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvolt.h19 s16 step; member

12345678910>>...14