Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 15 of 15) sorted by relevance

/u-boot/arch/arm/mach-sunxi/
A Ddram_sun9i.c370 #define MAX(a, b) ((a) > (b) ? (a) : (b)) in mctl_channel_init() macro
386 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init()
387 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init()
398 const u32 tZQoper = MAX(para->tZQoper.ck, in mctl_channel_init()
400 const u32 tZQCS = MAX(para->tZQCS.ck, in mctl_channel_init()
408 const u32 tXP = MAX(para->tXP.ck, PS2CYCLES_ROUNDUP(para->tXP.ps)); in mctl_channel_init()
409 const u32 tXPDLL = MAX(para->tXPDLL.ck, in mctl_channel_init()
417 const u32 tXS = MAX(para->tXS.ck, PS2CYCLES_ROUNDUP(para->tXS.ps)); in mctl_channel_init()
419 const u32 tCKSRE = MAX(para->tCKSRE.ck, in mctl_channel_init()
422 const u32 tCKSRX = MAX(para->tCKSRX.ck, in mctl_channel_init()
[all …]
/u-boot/doc/board/intel/
A Dminnowmax.rst4 Minnowboard MAX
15 You still need two more binary blobs. For Minnowboard MAX, we can reuse the
18 designed for the Minnowboard MAX. Now download the original firmware image
/u-boot/lib/zstd/
A Dzstd_internal.h30 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
95 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */
A Ddecompress.c2314 return (MAX(ZSTD_frameHeaderSize_min, hSize) - zds->lhSize) + in ZSTD_decompressStream()
2351 zds->fParams.windowSize = MAX(zds->fParams.windowSize, 1U << ZSTD_WINDOWLOG_ABSOLUTEMIN); in ZSTD_decompressStream()
/u-boot/board/google/chromebook_coral/
A Dbaseboard_dptf.asl29 Package () { 0, 0, 0, 0, 255, 0xBB8, "mA", 0 }, /* 3A (MAX) */
/u-boot/board/freescale/ls1088a/
A DREADME49 chip-selects on one DIMM connector. Support is up to 2133MT/s, Although MAX default
115 chip-selects on one DIMM connector. Support is up to 2133MT/s, Although MAX default
/u-boot/board/intel/
A DKconfig66 bool "Minnowboard MAX"
68 This is the Intel Minnowboard MAX. It contains an Atom E3800
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dsdram_common.h16 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/u-boot/scripts/kconfig/lxdialog/
A Ddialog.h44 #define MAX(x,y) (x > y ? x : y) macro
A Dchecklist.c169 check_x = MAX(check_x, strlen(item_str()) + 4); in dialog_checklist()
A Dmenubox.c308 choice = MAX(choice - 1, 0); in dialog_menu()
/u-boot/drivers/ram/rockchip/
A Dsdram_px30.c316 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
342 max_val = MAX(max_val, gate[i]); in check_rd_gate()
A Dsdram_rk3328.c264 gate_val = MAX(readl(PHY_REG(phy_base, 0xfb + i)), gate_val); in rx_deskew_switch_adjust()
/u-boot/doc/arch/
A Dx86.rst32 - Minnowboard MAX
109 tested on Minnowboard MAX with a SATA drive but are equally applicable on
452 is at 0xfff90000 which corresponds to CONFIG_VGA_BIOS_ADDR on Minnowboard MAX.
/u-boot/tools/
A Dasn1_compiler.c253 _(MAX),

Completed in 116 milliseconds