Request and Response for firewall owner change.
More...
#include <zephyr/drivers/firmware/tisci/tisci.h>
Request and Response for firewall owner change.
- Parameters
-
fwl_id | Firewall ID in question |
region | Region or channel number to set config info This field is unused in case of a simple firewall and must be initialized to zero. In case of a region based firewall, this field indicates the region in question. (index starting from 0) In case of a channel based firewall, this field indicates the channel in question (index starting from 0) |
n_permission_regs | Number of permission registers <= 3 |
control | Control register value for this region |
owner_index | New owner index to change to. Owner indexes are setup in DMSC firmware boot configuration data |
owner_privid | New owner priv-id, used to lookup owner_index is not known, must be set to zero otherwise |
owner_permission_bits | New owner permission bits |
◆ fwl_id
◆ owner_index
uint8_t tisci_msg_fwl_owner::owner_index |
◆ owner_permission_bits
uint16_t tisci_msg_fwl_owner::owner_permission_bits |
◆ owner_privid
uint8_t tisci_msg_fwl_owner::owner_privid |
◆ region
The documentation for this struct was generated from the following file:
- zephyr/drivers/firmware/tisci/tisci.h