Home
last modified time | relevance | path

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

/freebsd/sys/dev/pcf/
H A Dpcf.c147 PCF_UNLOCK(sc); in pcf_repeated_start()
152 PCF_UNLOCK(sc); in pcf_repeated_start()
170 PCF_UNLOCK(sc); in pcf_start()
196 PCF_UNLOCK(sc); in pcf_start()
201 PCF_UNLOCK(sc); in pcf_start()
215 PCF_UNLOCK(sc); in pcf_stop()
314 PCF_UNLOCK(sc); in pcf_intr()
323 PCF_UNLOCK(sc); in pcf_intr()
372 PCF_UNLOCK(sc); in pcf_rst_card()
409 PCF_UNLOCK(sc); in pcf_write()
[all …]
H A Dpcfvar.h82 #define PCF_UNLOCK(sc) mtx_unlock(&(sc)->pcf_lock) macro