Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pcf/
H A Dpcf.c123 PCF_LOCK(sc); in pcf_repeated_start()
163 PCF_LOCK(sc); in pcf_start()
214 PCF_LOCK(sc); in pcf_stop()
228 PCF_LOCK(sc); in pcf_intr()
334 PCF_LOCK(sc); in pcf_rst_card()
390 PCF_LOCK(sc); in pcf_write()
431 PCF_LOCK(sc); in pcf_read()
H A Dpcfvar.h81 #define PCF_LOCK(sc) mtx_lock(&(sc)->pcf_lock) macro