Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c123 while ((rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical()
132 if (rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) in efuse_phymap_to_logical()
153 if (eFuse_Addr >= EFUSE_REAL_CONTENT_LEN_88E) in efuse_phymap_to_logical()
159 if (eFuse_Addr >= EFUSE_REAL_CONTENT_LEN_88E) in efuse_phymap_to_logical()
168 if (rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in efuse_phymap_to_logical()
439 while ((*rtemp8 != 0xFF) && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in Hal_EfuseReadEFuse88E()
450 if (*rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) in Hal_EfuseReadEFuse88E()
473 if (eFuse_Addr >= EFUSE_REAL_CONTENT_LEN_88E) in Hal_EfuseReadEFuse88E()
479 if (eFuse_Addr >= EFUSE_REAL_CONTENT_LEN_88E) in Hal_EfuseReadEFuse88E()
489 if (*rtemp8 != 0xFF && (eFuse_Addr < EFUSE_REAL_CONTENT_LEN_88E)) { in Hal_EfuseReadEFuse88E()
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtl8188e_hal.h83 #define EFUSE_REAL_CONTENT_LEN_88E 256 macro