HomeSort by relevance Sort by last modified time
    Searched refs:memType (Results 1 - 6 of 6) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
whalCtrl.h 118 void whalCtrl_Print_Mem_Regs (TI_HANDLE hWhalCtrl, UINT32 addr, UINT32 len, readWrite_MemoryType_e memType);
119 int whalCtrl_Set_Mem_Regs (TI_HANDLE hWhalCtrl, UINT32 address, UINT32 len, UINT32 aWriteVal, readWrite_MemoryType_e memType);
whalDebug.c 256 void whalCtrl_Print_Mem_Regs (TI_HANDLE hWhalCtrl, UINT32 address, UINT32 len, readWrite_MemoryType_e memType)
265 switch (memType)
283 WLAN_OS_REPORT((" whalCtrl_Print_Mem_Regs: ERROR, wrong memory type %d\n\n", memType));
307 readWrite_MemoryType_e memType)
315 switch (memType)
336 WLAN_OS_REPORT((" whalCtrl_Print_Mem_Regs: ERROR, wrong memory type 0x%x\n\n", memType));
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 57 * memType is of the size of the addressable memory (machine size)
60 typedef unsigned long memType;
448 memType memBase[6];
449 memType ioBase[6];
452 memType biosBase;
706 memType a;
707 memType b;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.c 35 static void setMemRefType(ArmLIR *lir, bool isLoad, int memType)
50 switch(memType) {
62 LOGE("Jit: invalid memref kind - %d", memType);
  /hardware/ti/wlan/wl1271/Test/
TWD_Debug.c 172 static void TWD_PrintMemRegs (TI_HANDLE hTWD, TI_UINT32 address, TI_UINT32 len, readWrite_MemoryType_e memType)
180 switch (memType)
198 WLAN_OS_REPORT(("Wrong memory type %d\n\n", memType));
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
TWD_Debug.c 172 static void TWD_PrintMemRegs (TI_HANDLE hTWD, TI_UINT32 address, TI_UINT32 len, readWrite_MemoryType_e memType)
180 switch (memType)
198 WLAN_OS_REPORT(("Wrong memory type %d\n\n", memType));
    [all...]

Completed in 312 milliseconds