Searched refs:BASE (Results 1 – 9 of 9) sorted by relevance
25 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 …]
10 BASE="$(dirname $0)/.."11 . $BASE/common.sh
16 Versatile Express (VE) FVP and BASE FVP (See
123 #define BASE (6) macro
734 OUTW (dev, (START_BASE >> 8), BASE); in ax88180_initialize()
214 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"217 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
192 BASE 01:ffff 05:ffff 09:ffff 0d:ffff 11:ffff 15:ffff 19:ffff 1d:ffff
107 1000BASE-KX(1G-KX):
1182 bool "Support Versatile Express ARMv8a FVP BASE model"
Completed in 13 milliseconds