Home
last modified time | relevance | path

Searched defs:efuseType (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_efuse.c316 void efuse_ReadEFuse(struct adapter *Adapter, u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_ReadEFuse()
328 void EFUSE_GetEfuseDefinition(struct adapter *pAdapter, u8 efuseType, u8 type, void *pOut) in EFUSE_GetEfuseDefinition()
569 static bool hal_EfuseFixHeaderProcess(struct adapter *pAdapter, u8 efuseType, struct pgpkt *pFixPkt… in hal_EfuseFixHeaderProcess()
598 static bool hal_EfusePgPacketWrite2ByteHeader(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, s… in hal_EfusePgPacketWrite2ByteHeader()
664 static bool hal_EfusePgPacketWrite1ByteHeader(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, s… in hal_EfusePgPacketWrite1ByteHeader()
698 static bool hal_EfusePgPacketWriteData(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, struct p… in hal_EfusePgPacketWriteData()
721 u8 efuseType, in hal_EfusePgPacketWriteHeader()
774 static bool hal_EfusePartialWriteCheck(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, struct p… in hal_EfusePartialWriteCheck()
853 u8 efuseType in hal_EfusePgCheckAvailableAddr()
879 u8 efuseType = EFUSE_WIFI; in Efuse_PgPacketWrite() local
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_efuse.c90 u16 Efuse_GetCurrentSize23a(struct rtw_adapter *pAdapter, u8 efuseType) in Efuse_GetCurrentSize23a()
151 void EFUSE_GetEfuseDefinition23a(struct rtw_adapter *pAdapter, u8 efuseType, in EFUSE_GetEfuseDefinition23a()
504 void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse) in Efuse_ReadAllMap()
554 void EFUSE_ShadowMapUpdate23a(struct rtw_adapter *pAdapter, u8 efuseType) in EFUSE_ShadowMapUpdate23a()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c592 u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf) in rtl8723a_readefuse()