Searched refs:ver (Results 1 – 10 of 10) sorted by relevance
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | hostdisplayversion | 21 fw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Firmware | awk '{ print $4 }'` 22 SDIO_BRIDGE_TOOLS_VER=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Software | awk '{ print $4 }'` 26 …fw_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Firmware | awk '{ p… 27 …SDIO_BRIDGE_TOOLS_VER=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Soft… 28 …fpga_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep FPGA | awk '{ pri…
|
| D | hostcheckversion | 56 …local fw_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Firmware | tr… 57 …local sw_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Software | tr… 60 local fw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Firmware | tr -d '\r\n' | cut -d' ' -f4` 61 local sw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Software | tr -d '\r\n' | cut -d' ' -f4`
|
| D | hostdisplayversion.bat | 25 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%SDIO_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR… 32 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%MION_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
|
| D | preparehdd | 131 if [[ $IMGUPLOADERV == *ver.* ]]
|
| D | uploadimg.sh | 140 if [[ $IMGUPLOADERV == *ver.* ]]
|
| D | uploadimg_simultaneous.sh | 135 if [[ $IMGUPLOADERV == *ver.* ]]
|
| /CafeSDK-2.12.13/system/src/lib/szfile/ |
| D | CpuArch.h | 128 UInt32 ver; member 144 #define x86cpuid_GetFamily(p) (((p)->ver >> 8) & 0xFF00F) 145 #define x86cpuid_GetModel(p) (((p)->ver >> 4) & 0xF00F) 146 #define x86cpuid_GetStepping(p) ((p)->ver & 0xF)
|
| D | CpuArch.c | 101 MyCPUID(1, &p->ver, &p->b, &p->c, &p->d); in x86cpuid_CheckAndRead()
|
| /CafeSDK-2.12.13/ |
| D | cafe.bat | 260 …%/system/include/sdk_ver.h") do if "%%i" == "#define" if "%%j" == "CAFE_OS_SDK_VERSION" set ver=%%k variable 261 if not "%ver%" == "" set SDK_VER=%ver:~0,-4%.%ver:~-4,-2%.%ver:~-2%
|
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | CafeFunctions.cs | 8728 static string compute_ver_string(int ver) in compute_ver_string() argument 8730 string ver_str = (ver % 100).ToString(); in compute_ver_string() 8732 if (ver > 100) in compute_ver_string() 8734 ver_str = string.Format("{0}.{1}", (ver / 100) % 100, ver_str); in compute_ver_string() 8736 if (ver > 10000) in compute_ver_string() 8738 ver_str = string.Format("{0}.{1}", (ver / 10000) % 100, ver_str); in compute_ver_string() 8740 if (ver > 1000000) in compute_ver_string() 8742 ver_str = string.Format("{0}.{1}", (ver / 1000000) % 100, ver_str); in compute_ver_string()
|