Searched defs:asic_fixed_properties (Results 1 – 2 of 2) sorted by relevance
693 struct asic_fixed_properties { struct694 struct hw_queue_properties *hw_queues_props;695 struct hl_special_block_info *special_blocks;696 struct hl_skip_blocks_cfg skip_special_blocks_cfg;697 struct cpucp_info cpucp_info;698 char uboot_ver[VERSION_MAX_LEN];699 char preboot_ver[VERSION_MAX_LEN];700 struct hl_mmu_properties dmmu;701 struct hl_mmu_properties pmmu;702 struct hl_mmu_properties pmmu_huge;[all …]
326 struct asic_fixed_properties { struct327 struct hw_queue_properties *hw_queues_props;328 struct cpucp_info cpucp_info;329 char uboot_ver[VERSION_MAX_LEN];330 char preboot_ver[VERSION_MAX_LEN];331 struct hl_mmu_properties dmmu;332 struct hl_mmu_properties pmmu;333 struct hl_mmu_properties pmmu_huge;334 u64 sram_base_address;335 u64 sram_end_address;[all …]