Searched refs:EFUSE_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance
9 #define EFUSE_MAX_SIZE 512 macro
24 static int efuse_available_max_size = EFUSE_MAX_SIZE - 3 /*0x1FD*/;430 if (start_addr > EFUSE_MAX_SIZE) in r8712_efuse_access()439 if ((start_addr + i) > EFUSE_MAX_SIZE) { in r8712_efuse_access()
677 EFUSE_MAX_SIZE) in oid_rt_pro_read_efuse_hdl()
31 #define EFUSE_MAX_SIZE 256 macro
10 static const int EFUSE_MAX_SIZE = 512; variable376 (EFUSE_MAX_SIZE - rtlpriv->cfg->maps[EFUSE_OOB_PROTECT_BYTES_LEN])) in efuse_shadow_update_chk()707 while (continual && (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_pg_packet_read()925 if (efuse_get_current_size(hw) >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()942 while (continual && (efuse_addr < (EFUSE_MAX_SIZE - in efuse_pg_packet_write()997 if (efuse_addr >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1185 (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_get_current_size()
159 #define EFUSE_MAX_SIZE 512 macro