Home
last modified time | relevance | path

Searched refs:TiDebugFlag (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DosDebug.h44 #define IF_TIDEBUG(f) if (!((TiDebugFlag & (f))^(f)))
45 extern unsigned long TiDebugFlag;
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DosRgstry_parser.c64 unsigned long TiDebugFlag; variable
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c4849TiDebugFlag = ((DBG_NDIS_OIDS | DBG_INIT | DBG_RECV | DBG_SEND | DBG_IOCTL | DBG_INTERRUPT) << 16)… in regReadLastDbgState()
4857 TiDebugFlag = Value->ParameterData.IntegerData; in regReadLastDbgState()