Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/drivers/rtc/
H A Dmx27rtc.c22 uint32_t day, hour, min, sec; in rtc_get() local
41 uint32_t day, hour, min, sec; in rtc_set() local
H A Ds3c24x0_rtc.c49 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
113 uchar sec, min, hour, mday, wday, mon, year; in rtc_set() local
H A Ddavinci.c17 unsigned long sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
H A Dpcf8563.c29 uchar sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
H A Dmax6900.c42 uchar sec, min, hour, mday, wday, mon, cent, year; in rtc_get() local
H A Dm48t35ax.c29 uchar sec, min, hour, cent_day, date, month, year; in rtc_get() local
H A Dpt7c4338.c66 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in rtc_get() local
H A Dm41t60.c91 uchar min, date, month, years; in rtc_validate() local
/rk3399_rockchip-uboot/drivers/video/drm/
H A Dbmp_helper.h16 #define range(x, min, max) ((x) < (min)) ? (min) : (((x) > (max)) ? (max) : (x)) argument
/rk3399_rockchip-uboot/drivers/power/
H A Dsy8106a.c16 static u8 sy8106a_mvolt_to_cfg(int mvolt, int min, int max, int div) in sy8106a_mvolt_to_cfg()
H A Daxp152.c12 static u8 axp152_mvolt_to_target(int mvolt, int min, int max, int div) in axp152_mvolt_to_target()
H A Daxp209.c13 static u8 axp209_mvolt_to_cfg(int mvolt, int min, int max, int div) in axp209_mvolt_to_cfg()
/rk3399_rockchip-uboot/board/freescale/common/
H A Deeprom.h19 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2_util.h36 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
/rk3399_rockchip-uboot/include/dt-bindings/pmic/
H A Dsandbox_pmic.h32 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/rk3399_rockchip-uboot/cmd/ddr_tool/ddr_dq_eye/
H A Dddr_dq_eye.c95 u16 min; in print_ddr_dq_eye() local
145 u16 min; in cs_eye_width_min() local
/rk3399_rockchip-uboot/drivers/misc/
H A Dfsl_portals.c176 unsigned int maj, min; in fdt_fixup_qportals() local
275 unsigned int maj, min; in fdt_fixup_bportals() local
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c231 unsigned int maj, min; in fdt_fixup_qportals() local
326 unsigned int maj, min; in fdt_fixup_bportals() local
/rk3399_rockchip-uboot/drivers/input/
H A Dspl_adc_key.c40 int min, max; in key_read() local
/rk3399_rockchip-uboot/include/power/
H A Dsandbox_pmic.h99 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument
100 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.c1020 int ddr3_get_min_max_read_sample_delay(u32 cs_enable, u32 reg, u32 *min, in ddr3_get_min_max_read_sample_delay()
1046 int ddr3_get_min_max_rl_phase(MV_DRAM_INFO *dram_info, u32 *min, u32 *max, in ddr3_get_min_max_rl_phase()
1089 u32 min, max, cs_max; in ddr3_odt_read_dynamic_config() local
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S82 #define MK_PLL_DDR_DIT_FRAC(max, min, step, cnt) \ argument
88 #define MK_PLL_CPU_DIT_FRAC(max, min, step, cnt) \ argument
/rk3399_rockchip-uboot/lib/zlib/
H A Dinftrees.c38 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
/rk3399_rockchip-uboot/test/
H A Dtime_ut.c47 ulong prev, next, min = 1000000; in test_timer_get_us() local
/rk3399_rockchip-uboot/fs/ubifs/
H A Dgc.c239 struct list_head *nondata, int *min) in sort_nodes()
342 int err, min; in move_nodes() local

123