Files | |
| file | sciclient_genericMsgs.h |
| This file contains the definition of all the shim layer functions which request DMSC for generic services. | |
Functions | |
| int32_t | Sciclient_msmcQuery (const struct tisci_query_msmc_req *req, struct tisci_query_msmc_resp *resp, uint32_t timeout) |
| Queries SYSFW about MSMC configuration. More... | |
| int32_t Sciclient_msmcQuery | ( | const struct tisci_query_msmc_req * | req, |
| struct tisci_query_msmc_resp * | resp, | ||
| uint32_t | timeout | ||
| ) |
Queries SYSFW about MSMC configuration.
Queries the sysfw for details on msmc. Response will contain the start and end address of the msmc region available
Message: TISCI_MSG_QUERY_MSMC
Request: tisci_query_msmc_req
Response: tisci_query_msmc_resp
| req | Pointer to msmc query request payload |
| resp | Pointer to msmc query response payload |
| timeout | Gives a sense of how long to wait for the operation. Refer Sciclient_ServiceOperationTimeout. |