Home
last modified time | relevance | path

Searched defs:min (Results 1 – 25 of 64) sorted by relevance

123

/u-boot/board/synopsys/hsdk/
A Denv-lib.h28 u32 min; member
37 u32 min[NR_CPUS]; member
A Denv-lib.c75 u32 min = map[index].min; in env_validate_common() local
107 u32 min, max; in env_validate_core() local
/u-boot/drivers/rtc/
A Dpcf8563.c29 uchar sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
125 uchar sec, min, hour, mday, wday, mon_cent, year; in pcf8563_rtc_get() local
A Dpt7c4338.c69 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in rtc_get() local
146 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in pt7c4338_rtc_get() local
A Dds3231.c69 uchar sec, min, hour, mday, wday, mon_cent, year, control, status; in rtc_get() local
178 uchar sec, min, hour, mday, wday, mon_cent, year, status; in ds3231_rtc_get() local
A Dds1337.c76 uchar sec, min, hour, mday, wday, mon_cent, year, control, status; in rtc_get() local
209 uchar sec, min, hour, mday, wday, mon_cent, year, control, status; in ds1337_rtc_get() local
/u-boot/board/freescale/common/
A Deeprom.h18 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
/u-boot/drivers/power/
A Dsy8106a.c15 static u8 sy8106a_mvolt_to_cfg(int mvolt, int min, int max, int div) in sy8106a_mvolt_to_cfg()
A Daxp305.c20 static u8 axp305_mvolt_to_cfg(int mvolt, int min, int max, int div) in axp305_mvolt_to_cfg()
A Daxp152.c11 static u8 axp152_mvolt_to_target(int mvolt, int min, int max, int div) in axp152_mvolt_to_target()
A Daxp209.c23 static u8 axp209_mvolt_to_cfg(int mvolt, int min, int max, int div) in axp209_mvolt_to_cfg()
/u-boot/include/dt-bindings/pmic/
A Dsandbox_pmic.h31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/u-boot/drivers/misc/
A Dfsl_portals.c191 unsigned int maj, min; in fdt_fixup_qportals() local
303 unsigned int maj, min; in fdt_fixup_bportals() local
/u-boot/test/lib/
A Dsscanf.c36 int hour = 21, min = 59, sec = 20; in lib_sscanf() local
/u-boot/include/power/
A Dsandbox_pmic.h98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument
99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/u-boot/lib/
A Ddate.c98 const unsigned int min, const unsigned int sec) in mktime64()
/u-boot/drivers/ddr/marvell/axp/
A Dddr3_hw_training.c1021 int ddr3_get_min_max_read_sample_delay(u32 cs_enable, u32 reg, u32 *min, in ddr3_get_min_max_read_sample_delay()
1047 int ddr3_get_min_max_rl_phase(MV_DRAM_INFO *dram_info, u32 *min, u32 *max, in ddr3_get_min_max_rl_phase()
1090 u32 min, max, cs_max; in ddr3_odt_read_dynamic_config() local
/u-boot/arch/mips/mach-ath79/qca953x/
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
/u-boot/test/
A Dtime_ut.c49 ulong prev, next, min = 1000000; in test_timer_get_us() local
/u-boot/lib/zlib/
A Dinftrees.c38 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
/u-boot/drivers/button/
A Dbutton-adc.c28 int min; member
/u-boot/fs/ubifs/
A Dgc.c240 struct list_head *nondata, int *min) in sort_nodes()
343 int err, min; in move_nodes() local
/u-boot/test/log/
A Dlog_test.c58 static int do_check_log_entries(struct unit_test_state *uts, int flags, int min, in do_check_log_entries()
89 #define check_log_entries_flags_levels(flags, min, max) do {\ argument
/u-boot/scripts/kconfig/
A Dnconf.h31 #define min(a, b) ({\ macro
/u-boot/fs/yaffs2/
A Dyaffs_qsort.c57 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro

Completed in 154 milliseconds

123