Searched refs:DRAM_PHYS_BASE (Results 1 – 4 of 4) sorted by relevance
24 #define DRAM_PHYS_BASE 0x0ull macro
67 #define CPU_FW_IMAGE_ADDR DRAM_PHYS_BASE
358 prop->dram_base_address = DRAM_PHYS_BASE; in goya_get_fixed_properties()455 return hl_pci_init_iatu(hdev, SRAM_BASE_ADDR, DRAM_PHYS_BASE, in goya_init_iatu()671 goya->ddr_bar_cur_addr = DRAM_PHYS_BASE; in goya_sw_init()2270 if (goya_set_ddr_bar_base(hdev, DRAM_PHYS_BASE) == U64_MAX) { in goya_init_cpu()2508 if (goya_set_ddr_bar_base(hdev, DRAM_PHYS_BASE + in goya_hw_init()2565 goya_set_ddr_bar_base(hdev, DRAM_PHYS_BASE); in goya_hw_fini()4032 } else if ((addr >= DRAM_PHYS_BASE) && in goya_debugfs_read32()4033 (addr < DRAM_PHYS_BASE + hdev->asic_prop.dram_size)) { in goya_debugfs_read32()4035 u64 bar_base_addr = DRAM_PHYS_BASE + in goya_debugfs_read32()4089 } else if ((addr >= DRAM_PHYS_BASE) && in goya_debugfs_write32()[all …]
2288 u32 dram_addr_lo = lower_32_bits(DRAM_PHYS_BASE); in goya_init_security()2289 u32 dram_addr_hi = upper_32_bits(DRAM_PHYS_BASE); in goya_init_security()