Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
28 if (a >= (BASE << 13)) a -= (BASE << 13); \
29 if (a >= (BASE << 12)) a -= (BASE << 12); \
30 if (a >= (BASE << 11)) a -= (BASE << 11); \
31 if (a >= (BASE << 10)) a -= (BASE << 10); \
32 if (a >= (BASE << 9)) a -= (BASE << 9); \
33 if (a >= (BASE << 8)) a -= (BASE << 8); \
[all …]
/rk3399_rockchip-uboot/test/trace/
H A Dtest-trace.sh10 BASE="$(dirname $0)/.."
11 . $BASE/common.sh
/rk3399_rockchip-uboot/drivers/net/phy/
H A DKconfig121 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
124 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
/rk3399_rockchip-uboot/doc/
H A DREADME.semihosting17 Versatile Express (VE) FVP and BASE FVP (See
/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c160 #define BASE (1024) macro
1069 gain = (prob_mid * BASE) / (prob_mid + cov_r); in predict_temp()
1072 temp_now = (temp_mid * BASE + gain * (temp - temp_mid)) >> BASE_SHIFT; in predict_temp()
1078 prob_now = ((BASE - gain) * prob_mid) >> BASE_SHIFT; in predict_temp()
/rk3399_rockchip-uboot/drivers/net/
H A Dax88180.h123 #define BASE (6) macro
H A Dax88180.c732 OUTW (dev, (START_BASE >> 8), BASE); in ax88180_initialize()
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME.smc91111_eeprom192 BASE 01:ffff 05:ffff 09:ffff 0d:ffff 11:ffff 15:ffff 19:ffff 1d:ffff
/rk3399_rockchip-uboot/board/freescale/t208xqds/
H A DREADME107 1000BASE-KX(1G-KX):
/rk3399_rockchip-uboot/arch/arm/
H A DKconfig844 bool "Support Versatile Express ARMv8a FVP BASE model"
849 bool "Support Versatile Express ARMv8a FVP BASE model booting from DRAM"