Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c585 TI_LOCK(sc); in ti_copy_mem()
594 TI_LOCK(sc); in ti_copy_mem()
605 TI_LOCK(sc); in ti_copy_mem()
660 TI_LOCK(sc); in ti_copy_mem()
678 TI_LOCK(sc); in ti_copy_mem()
2583 TI_LOCK(sc); in ti_detach()
2877 TI_LOCK(sc); in ti_rxeof()
2961 TI_LOCK(sc); in ti_intr()
3011 TI_LOCK(sc); in ti_get_counter()
3132 TI_LOCK(sc); in ti_start()
[all …]
H A Dif_tireg.h1061 #define TI_LOCK(_sc) mtx_lock(&(_sc)->ti_mtx) macro