Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c17 INOUT PHALMAC_PG_EFUSE_INFO pPg_efuse_info,
24 IN PHALMAC_PG_EFUSE_INFO pPg_efuse_info,
31 IN PHALMAC_PG_EFUSE_INFO pPg_efuse_info,
617 IN PHALMAC_PG_EFUSE_INFO pPg_efuse_info, in halmac_func_pg_efuse_by_map_88xx() argument
633 status = halmac_update_eeprom_mask_88xx(pHalmac_adapter, pPg_efuse_info, pEeprom_mask_updated); in halmac_func_pg_efuse_by_map_88xx()
640 status = halmac_check_efuse_enough_88xx(pHalmac_adapter, pPg_efuse_info, pEeprom_mask_updated); in halmac_func_pg_efuse_by_map_88xx()
647 status = halmac_program_efuse_88xx(pHalmac_adapter, pPg_efuse_info, pEeprom_mask_updated); in halmac_func_pg_efuse_by_map_88xx()
662 INOUT PHALMAC_PG_EFUSE_INFO pPg_efuse_info, in halmac_update_eeprom_mask_88xx() argument
684 PLATFORM_RTL_MEMSET(pDriver_adapter, pEeprom_mask_updated, 0x00, pPg_efuse_info->efuse_mask_size); in halmac_update_eeprom_mask_88xx()
691 pEeprom_map_pg = pPg_efuse_info->pEfuse_map; in halmac_update_eeprom_mask_88xx()
[all …]
H A Dhalmac_api_88xx.c2027 IN PHALMAC_PG_EFUSE_INFO pPg_efuse_info, in halmac_pg_efuse_by_map_88xx() argument
2048 if (pPg_efuse_info->efuse_map_size != pHalmac_adapter->hw_config_info.eeprom_size) { in halmac_pg_efuse_by_map_88xx()
2053 if ((pPg_efuse_info->efuse_map_size & 0xF) > 0) { in halmac_pg_efuse_by_map_88xx()
2058 if (pPg_efuse_info->efuse_mask_size != pPg_efuse_info->efuse_map_size >> 4) { in halmac_pg_efuse_by_map_88xx()
2059 …ALMAC_DBG_ERR, "efuse_mask_size is incorrect, should be %d bytes\n", pPg_efuse_info->efuse_map_siz… in halmac_pg_efuse_by_map_88xx()
2063 if (NULL == pPg_efuse_info->pEfuse_map) { in halmac_pg_efuse_by_map_88xx()
2068 if (NULL == pPg_efuse_info->pEfuse_mask) { in halmac_pg_efuse_by_map_88xx()
2089 status = halmac_func_pg_efuse_by_map_88xx(pHalmac_adapter, pPg_efuse_info, cfg); in halmac_pg_efuse_by_map_88xx()
H A Dhalmac_func_88xx.h82 IN PHALMAC_PG_EFUSE_INFO pPg_efuse_info,
H A Dhalmac_api_88xx.h155 IN PHALMAC_PG_EFUSE_INFO pPg_efuse_info,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1777 …efuse_by_map)(PHALMAC_ADAPTER pHalmac_adapter, PHALMAC_PG_EFUSE_INFO pPg_efuse_info, HALMAC_EFUSE_…