Searched refs:hw_config_info (Results 1 – 5 of 5) sorted by relevance
23 pHalmac_adapter->hw_config_info.efuse_size = HALMAC_EFUSE_SIZE_8822B; in halmac_mount_api_8822b()24 pHalmac_adapter->hw_config_info.eeprom_size = HALMAC_EEPROM_SIZE_8822B; in halmac_mount_api_8822b()25 pHalmac_adapter->hw_config_info.bt_efuse_size = HALMAC_BT_EFUSE_SIZE_8822B; in halmac_mount_api_8822b()26 pHalmac_adapter->hw_config_info.cam_entry_num = HALMAC_SECURITY_CAM_ENTRY_NUM_8822B; in halmac_mount_api_8822b()27 pHalmac_adapter->hw_config_info.txdesc_size = HALMAC_TX_DESC_SIZE_8822B; in halmac_mount_api_8822b()28 pHalmac_adapter->hw_config_info.rxdesc_size = HALMAC_RX_DESC_SIZE_8822B; in halmac_mount_api_8822b()29 pHalmac_adapter->hw_config_info.tx_fifo_size = HALMAC_TX_FIFO_SIZE_8822B; in halmac_mount_api_8822b()30 pHalmac_adapter->hw_config_info.rx_fifo_size = HALMAC_RX_FIFO_SIZE_8822B; in halmac_mount_api_8822b()
259 efuse_size = pHalmac_adapter->hw_config_info.efuse_size; in halmac_dump_efuse_drv_88xx()294 u32 eeprom_size = pHalmac_adapter->hw_config_info.eeprom_size; in halmac_dump_efuse_fw_88xx()309 …Efuse_map = (u8 *)PLATFORM_RTL_MALLOC(pDriver_adapter, pHalmac_adapter->hw_config_info.efuse_size); in halmac_dump_efuse_fw_88xx()420 u32 eeprom_size = pHalmac_adapter->hw_config_info.eeprom_size; in halmac_eeprom_parser_88xx()447 …if (efuse_index >= pHalmac_adapter->hw_config_info.efuse_size - HALMAC_RESERVED_EFUSE_SIZE_88XX - … in halmac_eeprom_parser_88xx()472 …if (efuse_index > pHalmac_adapter->hw_config_info.efuse_size - HALMAC_RESERVED_EFUSE_SIZE_88XX - 1) in halmac_eeprom_parser_88xx()480 if (efuse_index > pHalmac_adapter->hw_config_info.efuse_size - HALMAC_RESERVED_EFUSE_SIZE_88XX) in halmac_eeprom_parser_88xx()504 efuse_size = pHalmac_adapter->hw_config_info.efuse_size; in halmac_read_logical_efuse_map_88xx()552 u32 eeprom_size = pHalmac_adapter->hw_config_info.eeprom_size; in halmac_func_write_logical_efuse_88xx()622 u32 eeprom_mask_size = pHalmac_adapter->hw_config_info.eeprom_size >> 4; in halmac_func_pg_efuse_by_map_88xx()[all …]
1474 pHalmac_adapter->pHalEfuse_map, pHalmac_adapter->hw_config_info.efuse_size); in halmac_dump_efuse_map_88xx()1523 if (pHalmac_adapter->hw_config_info.bt_efuse_size != bt_efuse_map_size) in halmac_dump_efuse_map_bt_88xx()1641 if (halmac_offset >= pHalmac_adapter->hw_config_info.efuse_size) { in halmac_write_efuse_bt_88xx()1703 …*halmac_size = pHalmac_adapter->hw_config_info.efuse_size - HALMAC_PROTECTED_EFUSE_SIZE_88XX - pHa… in halmac_get_efuse_available_size_88xx()1737 *halmac_size = pHalmac_adapter->hw_config_info.efuse_size; in halmac_get_efuse_size_88xx()1771 *halmac_size = pHalmac_adapter->hw_config_info.eeprom_size; in halmac_get_logical_efuse_size_88xx()1798 u32 eeprom_size = pHalmac_adapter->hw_config_info.eeprom_size; in halmac_dump_logical_efuse_map_88xx()1884 u32 eeprom_size = pHalmac_adapter->hw_config_info.eeprom_size; in halmac_read_logical_efuse_88xx()1981 if (halmac_offset >= pHalmac_adapter->hw_config_info.eeprom_size) { in halmac_write_logical_efuse_88xx()2048 if (pPg_efuse_info->efuse_map_size != pHalmac_adapter->hw_config_info.eeprom_size) { in halmac_pg_efuse_by_map_88xx()[all …]
196 …_FREE(pDriver_adapter, pHalmac_adapter->pHalEfuse_map, pHalmac_adapter->hw_config_info.efuse_size); in halmac_deinit_adapter()
1699 HALMAC_HW_CONFIG_INFO hw_config_info; /* HW related information */ member