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

  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 158 MISC_MODULE_PARAM = 0x1700, /**< Misc. Module Number */
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 345 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(MISC_MODULE_PARAM) - 1].set = cmdDispatch_DebugFuncSet;
346 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(MISC_MODULE_PARAM) - 1].get = cmdDispatch_DebugFuncGet; /*yael - this function is not in use*/
347 pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(MISC_MODULE_PARAM) - 1].handle = (TI_HANDLE)pCmdDispatch;

Completed in 18 milliseconds