Home
last modified time | relevance | path

Searched refs:MHU_RSS_TO_SCP_DEV (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/tc/bl2/
Dboot_hal_bl2.c43 status = mhu_v2_x_driver_init(&MHU_RSS_TO_SCP_DEV, MHU_REV_READ_FROM_HW); in boot_platform_post_init()
118 mhu_v2_x_initiate_transfer(&MHU_RSS_TO_SCP_DEV); in boot_platform_post_load()
120 mhu_v2_x_channel_send(&MHU_RSS_TO_SCP_DEV, 0, 1); in boot_platform_post_load()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/device/include/
Ddevice_definition.h195 extern struct mhu_v2_x_dev_t MHU_RSS_TO_SCP_DEV;
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/device/source/
Ddevice_definition.c486 struct mhu_v2_x_dev_t MHU_RSS_TO_SCP_DEV = { variable