/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/xrdc2/ |
D | fsl_xrdc2.c | 23 #define XRDC2_DXACP_0_7(domainId, dxacp) ((uint32_t)(dxacp) << (XRDC2_DXACP_WIDTH * (uint32_t)(dom… argument 24 #define XRDC2_DXACP_8_15(domainId, dxacp) ((uint32_t)(dxacp) << (XRDC2_DXACP_WIDTH * ((uint32_t)(do… argument 26 #define XRDC2_DXACP_0_7_MASK(domainId) XRDC2_DXACP_0_7(domainId, XRDC2_DXACP_MASK) argument 27 #define XRDC2_DXACP_8_15_MASK(domainId) XRDC2_DXACP_8_15(domainId, XRDC2_DXACP_MASK) argument 149 assignment->domainId = 0U; in XRDC2_GetDefaultMasterDomainAssignment() 174 w1 = ((uint32_t)assignment->domainId << XRDC2_MDAC_MDA_W1_DID_SHIFT) | in XRDC2_SetMasterDomainAssignment() 284 uint8_t domainId, in XRDC2_SetMemSlotDomainAccessPolicy() argument 289 if (domainId < 8U) in XRDC2_SetMemSlotDomainAccessPolicy() 291 reg = base->MSCI_MSAC_WK[(uint32_t)memSlot].MSC_MSAC_W0 & ~XRDC2_DXACP_0_7_MASK(domainId); in XRDC2_SetMemSlotDomainAccessPolicy() 292 reg |= XRDC2_DXACP_0_7(domainId, policy); in XRDC2_SetMemSlotDomainAccessPolicy() [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1166/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1171/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1173/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1172/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1165/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1175/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT1176/drivers/ |
D | fsl_pgmc.h | 311 static inline void PGMC_BPC_SetDomainIdWhiteList(PGMC_BPC_Type *base, uint8_t domainId) in PGMC_BPC_SetDomainIdWhiteList() argument 314 PGMC_BPC_BPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_BPC_SetDomainIdWhiteList() 549 static inline void PGMC_CPC_SetDomainIdWhiteList(PGMC_CPC_Type *base, uint8_t domainId) in PGMC_CPC_SetDomainIdWhiteList() argument 552 PGMC_CPC_CPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_CPC_SetDomainIdWhiteList() 743 static inline void PGMC_PPC_SetDomainIdWhiteList(PGMC_PPC_Type *base, uint8_t domainId) in PGMC_PPC_SetDomainIdWhiteList() argument 746 PGMC_PPC_PPC_AUTHEN_CTRL_WHITE_LIST(domainId); in PGMC_PPC_SetDomainIdWhiteList()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/rdc/ |
D | fsl_rdc.h | 59 uint32_t domainId : 2U; /*!< Domain ID. */ member 307 …tic inline uint8_t RDC_GetPeriphAccessPolicy(RDC_Type *base, rdc_periph_t periph, uint8_t domainId) in RDC_GetPeriphAccessPolicy() argument 311 return (uint8_t)((base->PDAP[periph] >> (domainId * 2U)) & 0x03U); in RDC_GetPeriphAccessPolicy() 419 static inline uint8_t RDC_GetMemAccessPolicy(RDC_Type *base, rdc_mem_t mem, uint8_t domainId) in RDC_GetMemAccessPolicy() argument 423 return (uint8_t)((base->MR[mem].MRC >> (domainId * 2U)) & 0x03U); in RDC_GetMemAccessPolicy()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/evkmimx8mnddr3l/ |
D | board.c | 129 uint8_t domainId = 0U; in BOARD_RdcInit() local 131 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 133 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 135 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/evkmimx8mnddr3l/project_template/ |
D | board.c | 129 uint8_t domainId = 0U; in BOARD_RdcInit() local 131 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 133 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 135 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8MN4/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8MN1/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8MN3/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8MN2/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8MN5/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/evkmimx8mn/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/evkmimx8mn/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8MN6/project_template/ |
D | board.c | 133 uint8_t domainId = 0U; in BOARD_RdcInit() local 135 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 137 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 139 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8ML3/project_template/ |
D | board.c | 161 uint8_t domainId = 0U; in BOARD_RdcInit() local 163 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 165 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 167 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8ML4/project_template/ |
D | board.c | 161 uint8_t domainId = 0U; in BOARD_RdcInit() local 163 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 165 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 167 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8ML8/project_template/ |
D | board.c | 161 uint8_t domainId = 0U; in BOARD_RdcInit() local 163 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 165 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 167 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMX8ML6/project_template/ |
D | board.c | 161 uint8_t domainId = 0U; in BOARD_RdcInit() local 163 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 165 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 167 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/evkmimx8mp/ |
D | board.c | 161 uint8_t domainId = 0U; in BOARD_RdcInit() local 163 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 165 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 167 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/evkmimx8mp/project_template/ |
D | board.c | 161 uint8_t domainId = 0U; in BOARD_RdcInit() local 163 domainId = RDC_GetCurrentMasterDomainId(RDC); in BOARD_RdcInit() 165 if ((0x1U & RDC_GetPeriphAccessPolicy(RDC, kRDC_Periph_RDC, domainId)) != 0U) in BOARD_RdcInit() 167 assignment.domainId = BOARD_DOMAIN_ID; in BOARD_RdcInit()
|