Searched refs:EFUSE_MAX_SIZE (Results 1 – 7 of 7) sorted by relevance
10 #define EFUSE_MAX_SIZE 512 macro
36 static int efuse_available_max_size = EFUSE_MAX_SIZE - 3 /*0x1FD*/;442 if (start_addr > EFUSE_MAX_SIZE) in r8712_efuse_access()451 if ((start_addr + i) > EFUSE_MAX_SIZE) { in r8712_efuse_access()
735 EFUSE_MAX_SIZE) in oid_rt_pro_read_efuse_hdl()
31 #define EFUSE_MAX_SIZE 256 macro
21 static const int EFUSE_MAX_SIZE = 512; variable394 (EFUSE_MAX_SIZE - rtlpriv->cfg->maps[EFUSE_OOB_PROTECT_BYTES_LEN])) in efuse_shadow_update_chk()712 while (continual && (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_pg_packet_read()928 if (efuse_get_current_size(hw) >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()945 while (continual && (efuse_addr < (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1001 if (efuse_addr >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1188 (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_get_current_size()
32 static const int EFUSE_MAX_SIZE = 512; variable416 (EFUSE_MAX_SIZE - rtlpriv->cfg->maps[EFUSE_OOB_PROTECT_BYTES_LEN])) in efuse_shadow_update_chk()746 while (continual && (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_pg_packet_read()962 if (efuse_get_current_size(hw) >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()979 while (continual && (efuse_addr < (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1037 if (efuse_addr >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1226 (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_get_current_size()
164 #define EFUSE_MAX_SIZE 512 macro