TISCI_MSG_QUERY_MSMC request response providing currently available MSMC memory if present in the SoC.
hdr | TISCI header. |
msmc_start_low | Low 32-bits of physical address start of MSMC memory |
msmc_start_high | High 32-bits of physical address start of MSMC memory |
msmc_end_low | Low 32-bits of physical addressable address (byte aligned) of valid range of MSMC memory. |
msmc_end_high | High 32-bits of physical addressable address (byte aligned) of valid range of MSMC memory. |
Data Fields | |
struct tisci_header | hdr |
uint32_t | msmc_start_low |
uint32_t | msmc_start_high |
uint32_t | msmc_end_low |
uint32_t | msmc_end_high |
struct tisci_header tisci_query_msmc_resp::hdr |
uint32_t tisci_query_msmc_resp::msmc_start_low |
uint32_t tisci_query_msmc_resp::msmc_start_high |
uint32_t tisci_query_msmc_resp::msmc_end_low |
uint32_t tisci_query_msmc_resp::msmc_end_high |