Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pcf/
H A Dpcf.c148 PCF_UNLOCK(sc); in pcf_repeated_start()
153 PCF_UNLOCK(sc); in pcf_repeated_start()
171 PCF_UNLOCK(sc); in pcf_start()
197 PCF_UNLOCK(sc); in pcf_start()
202 PCF_UNLOCK(sc); in pcf_start()
216 PCF_UNLOCK(sc); in pcf_stop()
315 PCF_UNLOCK(sc); in pcf_intr()
324 PCF_UNLOCK(sc); in pcf_intr()
373 PCF_UNLOCK(sc); in pcf_rst_card()
410 PCF_UNLOCK(sc); in pcf_write()
[all …]
H A Dpcfvar.h82 #define PCF_UNLOCK(sc) mtx_unlock(&(sc)->pcf_lock) macro