Searched defs:pHwEeprom (Results 1 – 2 of 2) sorted by relevance
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
| D | whalHwEeprom.c | 85 int whal_hwEeprom_Destroy(HwEeprom_T *pHwEeprom) in whal_hwEeprom_Destroy() 105 int whal_hwEeprom_Config(HwEeprom_T *pHwEeprom, TI_HANDLE hTNETWIF, TI_HANDLE hReport) in whal_hwEeprom_Config() 126 UINT32 whal_hwEepromReadByte(HwEeprom_T *pHwEeprom, UINT16 wAddr,UINT8 *pbVal) in whal_hwEepromReadByte() 159 UINT32 whal_hwEepromWriteByteNoUnp(HwEeprom_T *pHwEeprom, UINT16 wAddr,UINT8 bVal) in whal_hwEepromWriteByteNoUnp() 194 void whal_hwEepromProtect(HwEeprom_T *pHwEeprom) in whal_hwEepromProtect() 214 void whal_hwEepromUnprotect(HwEeprom_T *pHwEeprom) in whal_hwEepromUnprotect() 235 UINT32 whal_hwEepromWriteByte(HwEeprom_T *pHwEeprom, UINT16 wAddr,UINT8 bVal) in whal_hwEepromWriteByte() 259 UINT32 whal_hwEepromGetCalValue(HwEeprom_T *pHwEeprom, UINT8 *pbVal) in whal_hwEepromGetCalValue() 276 UINT32 whal_hwEepromSetCalValue(HwEeprom_T *pHwEeprom, UINT8 bVal) in whal_hwEepromSetCalValue() 298 UINT32 whal_hwEepromGetBiasValue(HwEeprom_T *pHwEeprom, UINT8 *pbVal) in whal_hwEepromGetBiasValue() [all …]
|
| D | shmBus.h | 69 HwEeprom_T *pHwEeprom; member
|