Searched refs:EFUSE_MAX_SIZE (Results 1 – 7 of 7) 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()
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()
38 #define EFUSE_MAX_SIZE 256 macro
157 #define EFUSE_MAX_SIZE 512 macro
4589 mapLen = EFUSE_MAX_SIZE; in rtw_mp_efuse_get()4813 setrawdata = kmalloc(EFUSE_MAX_SIZE, GFP_KERNEL); in rtw_mp_efuse_set()