Searched refs:EFUSE_MAX_SIZE (Results 1 – 6 of 6) sorted by relevance
9 #define EFUSE_MAX_SIZE 512 macro
36 static int efuse_available_max_size = EFUSE_MAX_SIZE - 3 /*0x1FD*/;438 if (start_addr > EFUSE_MAX_SIZE) in r8712_efuse_access()447 if ((start_addr + i) > EFUSE_MAX_SIZE) { in r8712_efuse_access()
729 EFUSE_MAX_SIZE) in oid_rt_pro_read_efuse_hdl()
31 static const int EFUSE_MAX_SIZE = 512; variable409 (EFUSE_MAX_SIZE - rtlpriv->cfg->maps[EFUSE_OOB_PROTECT_BYTES_LEN])) in efuse_shadow_update_chk()739 while (continual && (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_pg_packet_read()955 if (efuse_get_current_size(hw) >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()972 while (continual && (efuse_addr < (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1030 if (efuse_addr >= (EFUSE_MAX_SIZE - in efuse_pg_packet_write()1218 (efuse_addr < EFUSE_MAX_SIZE)) { in efuse_get_current_size()
54 #define EFUSE_MAX_SIZE 256 macro
51 #define EFUSE_MAX_SIZE 512 macro