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

  /hardware/ti/wlan/wl1271/utils/
CmdInterfaceCodes.h 94 /** \def ALLOC_NEEDED_PARAM
97 #define ALLOC_NEEDED_PARAM 0x00020000
115 #define IS_ALLOC_NEEDED_PARAM(x) (x & ALLOC_NEEDED_PARAM)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdDispatcher.c 463 pParam->paramType &= ~(SET_BIT | GET_BIT | TWD_MODULE_PARAM | ASYNC_PARAM | ALLOC_NEEDED_PARAM);
472 pParam->paramType &= ~(SET_BIT | GET_BIT | TWD_MODULE_PARAM | ASYNC_PARAM | ALLOC_NEEDED_PARAM);

Completed in 616 milliseconds