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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmBus.h 91 UINT32 uBootData; /* Boot state machine temporary data */
shmFwCtrl.c 233 pWhalBus->uBootData = 0;
331 &pWhalBus->uBootData,
341 pBootAttr->radioType = (pWhalBus->uBootData & 0x0000FF00) >> 8;
342 pBootAttr->majorE2Ver = (pWhalBus->uBootData & 0x00FF0000) >> 16;
346 &pWhalBus->uBootData,
356 pBootAttr->minorE2Ver = (pWhalBus->uBootData & 0x00FF0000) >> 16;
357 minorMinorE2Ver = (pWhalBus->uBootData & 0xFF000000) >> 24;
384 &pWhalBus->uBootData,
393 if (pWhalBus->pFwBuf && (pWhalBus->uBootData & ECPU_CONTROL_HALT) != 0)
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
HwInit.c 329 TI_UINT32 uBootData;
806 pHwInit->uBootData = 0;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
HwInit.c 313 TI_UINT32 uBootData;
770 pHwInit->uBootData = 0;
    [all...]

Completed in 579 milliseconds