Searched defs:efuseType (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8188eu/core/ |
D | rtw_efuse.c | 310 void efuse_ReadEFuse(struct adapter *Adapter, u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_ReadEFuse() 497 static bool hal_EfuseFixHeaderProcess(struct adapter *pAdapter, u8 efuseType, struct pgpkt *pFixPkt… in hal_EfuseFixHeaderProcess() 526 static bool hal_EfusePgPacketWrite2ByteHeader(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, s… in hal_EfusePgPacketWrite2ByteHeader() 593 static bool hal_EfusePgPacketWrite1ByteHeader(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, s… in hal_EfusePgPacketWrite1ByteHeader() 628 static bool hal_EfusePgPacketWriteData(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, struct p… in hal_EfusePgPacketWriteData() 651 u8 efuseType, in hal_EfusePgPacketWriteHeader() 704 static bool hal_EfusePartialWriteCheck(struct adapter *pAdapter, u8 efuseType, u16 *pAddr, struct p… in hal_EfusePartialWriteCheck() 782 u8 efuseType in hal_EfusePgCheckAvailableAddr() 803 u8 efuseType = EFUSE_WIFI; in Efuse_PgPacketWrite() local 910 static void Efuse_ReadAllMap(struct adapter *pAdapter, u8 efuseType, u8 *Efuse) in Efuse_ReadAllMap() [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_efuse.c | 136 u8 efuseType, in Efuse_GetCurrentSize() 192 u8 efuseType, in efuse_ReadEFuse() 205 u8 efuseType, in EFUSE_GetEfuseDefinition() 493 u8 efuseType, in Efuse_ReadAllMap() 586 u8 efuseType, in EFUSE_ShadowMapUpdate()
|
/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 636 u8 efuseType, in Hal_GetEfuseDefinition() 1139 u8 efuseType, in Hal_ReadEFuse() 1380 struct adapter *padapter, u8 efuseType, bool bPseudoTest in Hal_EfuseGetCurrentSize() 1539 struct adapter *padapter, u8 efuseType, u8 bPseudoTest in hal_EfusePgCheckAvailableAddr() 1573 u8 efuseType, in hal_EfusePartialWriteCheck() 1691 u8 efuseType, in hal_EfusePgPacketWrite1ByteHeader() 1728 u8 efuseType, in hal_EfusePgPacketWrite2ByteHeader() 1795 u8 efuseType, in hal_EfusePgPacketWriteHeader() 1813 u8 efuseType, in hal_EfusePgPacketWriteData() 1844 u8 efuseType = EFUSE_WIFI; in Hal_EfusePgPacketWrite() local [all …]
|