Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_wmreg.h1456 #define WMREG_SW_FW_SYNC 0x5b5c /* software-firmware semaphore */ macro
H A Dif_wm.c15632 swfw_sync = CSR_READ(sc, WMREG_SW_FW_SYNC); in wm_get_swfw_semaphore()
15635 CSR_WRITE(sc, WMREG_SW_FW_SYNC, swfw_sync); in wm_get_swfw_semaphore()
15660 swfw_sync = CSR_READ(sc, WMREG_SW_FW_SYNC); in wm_put_swfw_semaphore()
15662 CSR_WRITE(sc, WMREG_SW_FW_SYNC, swfw_sync); in wm_put_swfw_semaphore()