Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/cmsis_drivers/
DDriver_PPC.c106 return ppc_rss_is_periph_secure(MAIN0_PPC_DEV.dev, periph); in PPC_RSS_MAIN0_IsPeriphSecure()
221 return ppc_rss_is_periph_secure(MAIN_EXP0_PPC_DEV.dev, periph); in PPC_RSS_MAIN_EXP0_IsPeriphSecure()
336 return ppc_rss_is_periph_secure(MAIN_EXP1_PPC_DEV.dev, periph); in PPC_RSS_MAIN_EXP1_IsPeriphSecure()
451 return ppc_rss_is_periph_secure(MAIN_EXP2_PPC_DEV.dev, periph); in PPC_RSS_MAIN_EXP2_IsPeriphSecure()
566 return ppc_rss_is_periph_secure(MAIN_EXP3_PPC_DEV.dev, periph); in PPC_RSS_MAIN_EXP3_IsPeriphSecure()
681 return ppc_rss_is_periph_secure(PERIPH0_PPC_DEV.dev, periph); in PPC_RSS_PERIPH0_IsPeriphSecure()
796 return ppc_rss_is_periph_secure(PERIPH1_PPC_DEV.dev, periph); in PPC_RSS_PERIPH1_IsPeriphSecure()
911 return ppc_rss_is_periph_secure(PERIPH_EXP0_PPC_DEV.dev, periph); in PPC_RSS_PERIPH_EXP0_IsPeriphSecure()
1026 return ppc_rss_is_periph_secure(PERIPH_EXP1_PPC_DEV.dev, periph); in PPC_RSS_PERIPH_EXP1_IsPeriphSecure()
1141 return ppc_rss_is_periph_secure(PERIPH_EXP2_PPC_DEV.dev, periph); in PPC_RSS_PERIPH_EXP2_IsPeriphSecure()
[all …]
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/native_drivers/
Dppc_rss_drv.h170 bool ppc_rss_is_periph_secure(struct ppc_rss_dev_t* dev,
Dppc_rss_drv.c196 bool ppc_rss_is_periph_secure(struct ppc_rss_dev_t* dev, in ppc_rss_is_periph_secure() function