Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppc/
H A Dppc.c1404 PPC_UNLOCK(ppc); in ppc_exec_microseq()
1542 PPC_UNLOCK(ppc); in ppcintr()
1556 PPC_UNLOCK(ppc); in ppcintr()
1570 PPC_UNLOCK(ppc); in ppcintr()
1605 PPC_UNLOCK(ppc); in ppcintr()
H A Dppcreg.h121 #define PPC_UNLOCK(data) mtx_unlock(&(data)->ppc_lock) macro