Searched refs:EFUSE_MAX_SIZE (Results 1 – 5 of 5) sorted by relevance
9 #define EFUSE_MAX_SIZE 512 macro
24 static int efuse_available_max_size = EFUSE_MAX_SIZE - 3 /*0x1FD*/;428 if (start_addr > EFUSE_MAX_SIZE) in r8712_efuse_access()437 if ((start_addr + i) > EFUSE_MAX_SIZE) { in r8712_efuse_access()
682 EFUSE_MAX_SIZE) in oid_rt_pro_read_efuse_hdl()
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()
157 #define EFUSE_MAX_SIZE 512 macro