Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_efuse.c91 tmp = kcalloc(EFUSE_MAX_SECTION_88E, in efuse_phymap_to_logical()
98 for (i = 0; i < EFUSE_MAX_SECTION_88E; i++) in efuse_phymap_to_logical()
99 tmp[i] = ((char *)(tmp + EFUSE_MAX_SECTION_88E)) + i * EFUSE_MAX_WORD_UNIT * sizeof(u16); in efuse_phymap_to_logical()
103 for (i = 0; i < EFUSE_MAX_SECTION_88E; i++) in efuse_phymap_to_logical()
145 if (offset < EFUSE_MAX_SECTION_88E) { in efuse_phymap_to_logical()
179 for (i = 0; i < EFUSE_MAX_SECTION_88E; i++) { in efuse_phymap_to_logical()
414 if (offset > EFUSE_MAX_SECTION_88E) in Efuse_PgPacketRead()
/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h158 #define EFUSE_MAX_SECTION_88E 64 macro