Home
last modified time | relevance | path

Searched refs:blob_address (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/
H A Dqclib.c28 struct mem_chip_info *info = (void *)te->blob_address; in write_mem_chip_information()
94 te->blob_address = (uintptr_t)base; in qclib_add_if_table_entry()
104 ddr_region->offset = te->blob_address; in write_ddr_information()
116 char *ptr = (char *)te->blob_address; in write_qclib_log_to_cbmemc()
134 (const void *)te->blob_address, te->size)); in write_table_entry()
139 (const void *)te->blob_address, te->size)); in write_table_entry()
152 te->blob_address, te->size); in write_table_entry()
164 te->name, te->blob_address, in dump_te_table()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/include/soc/
H A Dqclib_common.h40 uint64_t blob_address; /* 0x18 blob addr in SRAM */ member