Searched refs:efuse_tbl (Results 1 – 3 of 3) sorted by relevance
17 static struct mac_efuse_tbl efuse_tbl; variable800 PLTFM_MUTEX_LOCK(&efuse_tbl.lock); in mac_dump_log_efuse()804 PLTFM_MUTEX_UNLOCK(&efuse_tbl.lock); in mac_dump_log_efuse()932 PLTFM_MUTEX_LOCK(&efuse_tbl.lock); in mac_read_log_efuse()934 PLTFM_MUTEX_UNLOCK(&efuse_tbl.lock); in mac_read_log_efuse()1111 PLTFM_MUTEX_LOCK(&efuse_tbl.lock); in mac_dump_log_efuse_bt()1115 PLTFM_MUTEX_UNLOCK(&efuse_tbl.lock); in mac_dump_log_efuse_bt()1194 PLTFM_MUTEX_LOCK(&efuse_tbl.lock); in mac_read_log_efuse_bt()1196 PLTFM_MUTEX_UNLOCK(&efuse_tbl.lock); in mac_read_log_efuse_bt()2341 PLTFM_MUTEX_INIT(&efuse_tbl.lock); in efuse_tbl_init()[all …]
198 u8 *efuse_tbl; in read_efuse() local221 efuse_tbl = kzalloc(rtlpriv->cfg->maps[EFUSE_HWSET_MAX_SIZE], in read_efuse()223 if (!efuse_tbl) in read_efuse()320 efuse_tbl[(i * 8) + (j * 2)] = in read_efuse()322 efuse_tbl[(i * 8) + ((j * 2) + 1)] = in read_efuse()328 pbuf[i] = efuse_tbl[_offset + i]; in read_efuse()342 kfree(efuse_tbl); in read_efuse()