| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mx27rtc.c | 22 uint32_t day, hour, min, sec; in rtc_get() local 41 uint32_t day, hour, min, sec; in rtc_set() local
|
| H A D | s3c24x0_rtc.c | 49 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 D | davinci.c | 17 unsigned long sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
|
| H A D | pcf8563.c | 29 uchar sec, min, hour, mday, wday, mon_cent, year; in rtc_get() local
|
| H A D | max6900.c | 42 uchar sec, min, hour, mday, wday, mon, cent, year; in rtc_get() local
|
| H A D | m48t35ax.c | 29 uchar sec, min, hour, cent_day, date, month, year; in rtc_get() local
|
| H A D | pt7c4338.c | 66 u8 sec, min, hour, mday, wday, mon, year, ctl_stat; in rtc_get() local
|
| H A D | m41t60.c | 91 uchar min, date, month, years; in rtc_validate() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | bmp_helper.h | 16 #define range(x, min, max) ((x) < (min)) ? (min) : (((x) > (max)) ? (max) : (x)) argument
|
| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | sy8106a.c | 16 static u8 sy8106a_mvolt_to_cfg(int mvolt, int min, int max, int div) in sy8106a_mvolt_to_cfg()
|
| H A D | axp152.c | 12 static u8 axp152_mvolt_to_target(int mvolt, int min, int max, int div) in axp152_mvolt_to_target()
|
| H A D | axp209.c | 13 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 D | eeprom.h | 19 #define MPC85XX_CPU_BOARD_REV(maj, min) ((((maj)&0xff) << 8) | ((min) & 0xff)) argument
|
| /rk3399_rockchip-uboot/include/rockchip/ |
| H A D | crypto_v2_util.h | 36 #define min(a, b) (((a) < (b)) ? (a) : (b)) macro
|
| /rk3399_rockchip-uboot/include/dt-bindings/pmic/ |
| H A D | sandbox_pmic.h | 32 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| /rk3399_rockchip-uboot/cmd/ddr_tool/ddr_dq_eye/ |
| H A D | ddr_dq_eye.c | 95 u16 min; in print_ddr_dq_eye() local 145 u16 min; in cs_eye_width_min() local
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | fsl_portals.c | 176 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 D | portals.c | 231 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 D | spl_adc_key.c | 40 int min, max; in key_read() local
|
| /rk3399_rockchip-uboot/include/power/ |
| H A D | sandbox_pmic.h | 99 #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 D | ddr3_hw_training.c | 1020 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 D | lowlevel_init.S | 82 #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 D | inftrees.c | 38 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
|
| /rk3399_rockchip-uboot/test/ |
| H A D | time_ut.c | 47 ulong prev, next, min = 1000000; in test_timer_get_us() local
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | gc.c | 239 struct list_head *nondata, int *min) in sort_nodes() 342 int err, min; in move_nodes() local
|