Searched refs:u32ISRType (Results 1 – 2 of 2) sorted by relevance
138 inline MS_BOOL OSAL_HVD_ISR_Disable(MS_U32 u32ISRType) in OSAL_HVD_ISR_Disable() argument141 switch(u32ISRType) in OSAL_HVD_ISR_Disable()164 inline MS_BOOL OSAL_HVD_ISR_Enable(MS_U32 u32ISRType) in OSAL_HVD_ISR_Enable() argument167 switch(u32ISRType) in OSAL_HVD_ISR_Enable()191 inline MS_BOOL OSAL_HVD_ISR_Attach(MS_U32 u32ISRType, void* pfnISRCB) in OSAL_HVD_ISR_Attach() argument194 switch(u32ISRType) in OSAL_HVD_ISR_Attach()218 inline MS_BOOL OSAL_HVD_ISR_Detach(MS_U32 u32ISRType) in OSAL_HVD_ISR_Detach() argument221 switch(u32ISRType) in OSAL_HVD_ISR_Detach()
120 MS_BOOL OSAL_HVD_ISR_Attach(MS_U32 u32ISRType, void* pfnISRCB);121 MS_BOOL OSAL_HVD_ISR_Detach(MS_U32 u32ISRType);122 MS_BOOL OSAL_HVD_ISR_Enable(MS_U32 u32ISRType);123 MS_BOOL OSAL_HVD_ISR_Disable(MS_U32 u32ISRType);