Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dadler32.c25 if (a >= (BASE << 16)) a -= (BASE << 16); \
26 if (a >= (BASE << 15)) a -= (BASE << 15); \
27 if (a >= (BASE << 14)) a -= (BASE << 14); \
32 if (a >= (BASE << 9)) a -= (BASE << 9); \
33 if (a >= (BASE << 8)) a -= (BASE << 8); \
34 if (a >= (BASE << 7)) a -= (BASE << 7); \
35 if (a >= (BASE << 6)) a -= (BASE << 6); \
36 if (a >= (BASE << 5)) a -= (BASE << 5); \
37 if (a >= (BASE << 4)) a -= (BASE << 4); \
41 if (a >= BASE) a -= BASE; \
[all …]
/u-boot/test/trace/
A Dtest-trace.sh10 BASE="$(dirname $0)/.."
11 . $BASE/common.sh
/u-boot/doc/
A DREADME.semihosting16 Versatile Express (VE) FVP and BASE FVP (See
/u-boot/drivers/net/
A Dax88180.h123 #define BASE (6) macro
A Dax88180.c734 OUTW (dev, (START_BASE >> 8), BASE); in ax88180_initialize()
/u-boot/drivers/net/phy/
A DKconfig214 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
217 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom192 BASE 01:ffff 05:ffff 09:ffff 0d:ffff 11:ffff 15:ffff 19:ffff 1d:ffff
/u-boot/board/freescale/t208xqds/
A DREADME107 1000BASE-KX(1G-KX):
/u-boot/arch/arm/
A DKconfig1182 bool "Support Versatile Express ARMv8a FVP BASE model"

Completed in 13 milliseconds