DMSC controls the power management, security and resource management of the device.
◆ TISCI_BOARDCFG_RM_HOST_CFG_MAGIC_NUM
#define TISCI_BOARDCFG_RM_HOST_CFG_MAGIC_NUM (0x4C41U) |
This file contains:
WARNING!!: Autogenerated file from SYSFW. DO NOT MODIFY!!
System Firmware Source File
Board Configuration Data Structures
◆ TISCI_BOARDCFG_RM_RESASG_MAGIC_NUM
#define TISCI_BOARDCFG_RM_RESASG_MAGIC_NUM (0x7B25U) |
◆ TISCI_BOARDCFG_RM_ABI_MAJ_VALUE
#define TISCI_BOARDCFG_RM_ABI_MAJ_VALUE (0x00) |
◆ TISCI_BOARDCFG_RM_ABI_MIN_VALUE
#define TISCI_BOARDCFG_RM_ABI_MIN_VALUE (0x01) |
◆ TISCI_BOARDCFG_RM_HOST_CFG_ENTRIES
#define TISCI_BOARDCFG_RM_HOST_CFG_ENTRIES (32U) |
◆ __attribute__()
◆ tisci_boardcfg_get_rm_host_cfg()
Get a pointer to the local copy of the tisci_boardcfg_rm_host_cfg data.
- Returns
- NULL if the local RM board data has not yet been received or is invalid, pointer otherwise.
◆ tisci_boardcfg_get_rm_resasg_size()
uint16_t tisci_boardcfg_get_rm_resasg_size |
( |
void |
| ) |
|
Get a the size of the local copy of the tisci_boardcfg_rm_resasg_entry data.
- Returns
- Zero if the local RM board data has not yet been received or is invalid, greater than zero otherwise.
◆ tisci_boardcfg_get_rm_resasg()
Get a pointer to the local copy of the tisci_boardcfg_rm_resasg data.
- Returns
- NULL if the local RM board data has not yet been received or is invalid, pointer otherwise.
◆ tisci_boardcfg_get_rm_devgrp()
int32_t tisci_boardcfg_get_rm_devgrp |
( |
devgrp_t * |
devgrp | ) |
|
Get the RM device group from the local tisci_boardcfg_rm data.
- Parameters
-
devgrp | Pointer to a device group variable in which the device group is returned on SUCCESS |
- Returns
- EINIT if the local RM board data has not yet been received or is invalid, SUCCESS if in the board data has been received and is valid.
◆ __attribute__