Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c93 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local
100 eFuseWord = rtw_malloc2d(EFUSE_MAX_SECTION_88E, EFUSE_MAX_WORD_UNIT, sizeof(u16)); in efuse_phymap_to_logical()
101 if (!eFuseWord) in efuse_phymap_to_logical()
107 eFuseWord[i][j] = 0xFFFF; in efuse_phymap_to_logical()
152 eFuseWord[offset][i] = (rtemp8 & 0xff); in efuse_phymap_to_logical()
157 eFuseWord[offset][i] |= (((u16)rtemp8 << 8) & 0xff00); in efuse_phymap_to_logical()
178 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()
179 efuseTbl[(i * 8) + ((j * 2) + 1)] = ((eFuseWord[i][j] >> 8) & 0xff); in efuse_phymap_to_logical()
190 kfree(eFuseWord); in efuse_phymap_to_logical()
401 u16 **eFuseWord = NULL; in Hal_EfuseReadEFuse88E() local
[all …]