Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl8712_efuse.h9 #define EFUSE_MAX_SIZE 512 macro
A Drtl8712_efuse.c24 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()
A Drtl871x_mp_ioctl.c682 EFUSE_MAX_SIZE) in oid_rt_pro_read_efuse_hdl()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/
A Defuse.c10 static const int EFUSE_MAX_SIZE = 512; variable
376 (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()
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Drtw_mp.h157 #define EFUSE_MAX_SIZE 512 macro

Completed in 15 milliseconds