Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Dcpu_c.c67 void OS_EnterIntHook(unsigned int uhwIntrNo) in OS_EnterIntHook() argument
73 pfIntrHook(uhwIntrNo); in OS_EnterIntHook()
77 void OS_ExitIntHook(unsigned int uhwIntrNo) in OS_ExitIntHook() argument
83 pfIntrHook(uhwIntrNo); in OS_ExitIntHook()
102 void OS_InterruptHandler(unsigned int uhwIntrNo) in OS_InterruptHandler() argument
104 HOOK_FUN_TYPE pfIntrHook = (HOOK_FUN_TYPE)g_pfVosIntrFuncTable[uhwIntrNo]; in OS_InterruptHandler()