Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/hal/
A Drtl8188e_hal_init.c75 u16 **eFuseWord = NULL; in efuse_phymap_to_logical() local
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()
170 efuseTbl[(i * 8) + (j * 2)] = (eFuseWord[i][j] & 0xff); in efuse_phymap_to_logical()
187 kfree(eFuseWord); in efuse_phymap_to_logical()
734 u16 **eFuseWord = NULL; in Hal_EfuseReadEFuse88E() local
753 if (!eFuseWord) { in Hal_EfuseReadEFuse88E()
761 eFuseWord[i][j] = 0xFFFF; in Hal_EfuseReadEFuse88E()
812 eFuseWord[offset][i] = (*rtemp8 & 0xff); in Hal_EfuseReadEFuse88E()
[all …]

Completed in 7 milliseconds