Lines Matching refs:LocTrgmuxBase
216 TRGMUX_Type * LocTrgmuxBase; in Trgmux_Ip_Init() local
234 LocTrgmuxBase = Trgmux_Ip_paxBaseInst[LocHwInst]; in Trgmux_Ip_Init()
238 …if((Std_ReturnType)TRGMUX_IP_STATUS_SUCCESS != Trgmux_Ip_HwAcc_Init(LocTrgmuxBase, TRGMUX_IP_TRGMU… in Trgmux_Ip_Init()
240 …if(TRGMUX_IP_STATUS_SUCCESS != Trgmux_Ip_HwAcc_Init(LocTrgmuxBase,TRGMUX_IP_TRGMUXn_INSTANCE_COUNT… in Trgmux_Ip_Init()
243 …if(TRGMUX_IP_STATUS_SUCCESS != Trgmux_Ip_HwAcc_Init(LocTrgmuxBase,TRGMUX_IP_TRGMUXn_INSTANCE_COUNT… in Trgmux_Ip_Init()
262 LocTrgmuxBase = Trgmux_Ip_paxBaseInst[LocInst]; in Trgmux_Ip_Init()
263 Trgmux_Ip_HwAcc_SetInputForOutput(LocTrgmuxBase, LocInst, LocInput, LocOutput); in Trgmux_Ip_Init()
273 LocTrgmuxBase = Trgmux_Ip_paxBaseInst[LocInst]; in Trgmux_Ip_Init()
275 Trgmux_Ip_HwAcc_SetLockForOutput(LocTrgmuxBase, LocOutput); in Trgmux_Ip_Init()
299 TRGMUX_Type * LocTrgmuxBase = Trgmux_Ip_paxBaseInst[LocHwInst]; in Trgmux_Ip_SetInput() local
307 if(FALSE != Trgmux_Ip_HwAcc_GetLockForOutput(LocTrgmuxBase, LocOutput)) in Trgmux_Ip_SetInput()
316 Trgmux_Ip_HwAcc_SetInputForOutput(LocTrgmuxBase, (uint8)LocHwInst, Input, LocOutput); in Trgmux_Ip_SetInput()
338 TRGMUX_Type * LocTrgmuxBase = Trgmux_Ip_paxBaseInst[LocHwInst]; in Trgmux_Ip_SetLock() local
346 if(FALSE != Trgmux_Ip_HwAcc_GetLockForOutput(LocTrgmuxBase, LocOutput)) in Trgmux_Ip_SetLock()
355 Trgmux_Ip_HwAcc_SetLockForOutput(LocTrgmuxBase, LocOutput); in Trgmux_Ip_SetLock()