Home
last modified time | relevance | path

Searched refs:EFUSE_MAX_SIZE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_efuse.h10 #define EFUSE_MAX_SIZE 512 macro
Drtl8712_efuse.c36 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()
Drtl871x_mp_ioctl.c735 EFUSE_MAX_SIZE) in oid_rt_pro_read_efuse_hdl()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_efuse.h31 #define EFUSE_MAX_SIZE 256 macro
/Linux-v4.19/drivers/staging/rtlwifi/
Defuse.c21 static const int EFUSE_MAX_SIZE = 512; variable
394 (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()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Defuse.c32 static const int EFUSE_MAX_SIZE = 512; variable
416 (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()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mp.h164 #define EFUSE_MAX_SIZE 512 macro