HomeSort by relevance Sort by last modified time
    Searched defs:uChipId (Results 1 - 3 of 3) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/
shmBus.h 90 UINT32 uChipId; /* Chip ID */
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
HwInit.c 327 TI_UINT32 uChipId;
781 pHwInit->uChipId = pHwInit->aHwInitTxn[pHwInit->uTxnIndex].uData;
784 if (pHwInit->uChipId == CHIP_ID_1273_PG10)
788 else if (pHwInit->uChipId == CHIP_ID_1273_PG20)
794 WLAN_OS_REPORT (("Error!! Found unknown Chip Id = 0x%x\n", pHwInit->uChipId));
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
HwInit.c 311 TI_UINT32 uChipId;
742 pHwInit->uChipId = pHwInit->aHwInitTxn[pHwInit->uTxnIndex].uData;
745 if (pHwInit->uChipId == CHIP_ID_1273_PG10)
750 else if (pHwInit->uChipId == CHIP_ID_1273_PG20)
757 WLAN_OS_REPORT (("Error!! Found unknown Chip Id = 0x%x\n", pHwInit->uChipId));
    [all...]

Completed in 17 milliseconds