Home
last modified time | relevance | path

Searched refs:eFuseWord (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c75 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local
85 eFuseWord = rtw_malloc2d(EFUSE_MAX_SECTION_88E, EFUSE_MAX_WORD_UNIT, sizeof(u16)); in efuse_phymap_to_logical()
86 if (!eFuseWord) { in efuse_phymap_to_logical()
94 eFuseWord[i][j] = 0xFFFF; in efuse_phymap_to_logical()
142 eFuseWord[offset][i] = (rtemp8 & 0xff); in efuse_phymap_to_logical()
148 eFuseWord[offset][i] |= (((u16)rtemp8 << 8) & 0xff00); in efuse_phymap_to_logical()
170 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()
171 efuseTbl[(i * 8) + ((j * 2) + 1)] = ((eFuseWord[i][j] >> 8) & 0xff); in efuse_phymap_to_logical()
187 kfree(eFuseWord); in efuse_phymap_to_logical()
781 u16 **eFuseWord = NULL; in Hal_EfuseReadEFuse88E() local
[all …]