Home
last modified time | relevance | path

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

/freebsd/sys/dev/pcf/
H A Dpcf.c122 PCF_LOCK(sc); in pcf_repeated_start()
162 PCF_LOCK(sc); in pcf_start()
213 PCF_LOCK(sc); in pcf_stop()
227 PCF_LOCK(sc); in pcf_intr()
333 PCF_LOCK(sc); in pcf_rst_card()
389 PCF_LOCK(sc); in pcf_write()
430 PCF_LOCK(sc); in pcf_read()
H A Dpcfvar.h81 #define PCF_LOCK(sc) mtx_lock(&(sc)->pcf_lock) macro