Home
last modified time | relevance | path

Searched refs:ddr_region (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/
H A Dqclib.c104 ddr_region->offset = te->blob_address; in write_ddr_information()
106 ddr_region->size = ddr_size * MiB; in write_ddr_information()
110 (void *)(uintptr_t)region_offset(ddr_region), region_sz(ddr_region)); in write_ddr_information()
178 memset(ddr_region, 0, sizeof(struct region)); in qclib_load_and_run()
291 assert((uintptr_t)_dram == region_offset(ddr_region) && in qclib_load_and_run()
292 region_sz(ddr_region) >= (u8 *)cbmem_top() - _dram); in qclib_load_and_run()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7180/
H A Dsoc.c15 ram_range(dev, 0, (uintptr_t)region_offset(ddr_region), region_sz(ddr_region)); in soc_read_resources()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7280/
H A Dsoc.c22 ram_range(dev, 0, (uintptr_t)region_offset(ddr_region), region_sz(ddr_region)); in soc_read_resources()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/
H A Dmmu_common.h13 static struct region * const ddr_region = (struct region *)_ddr_information; variable