Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.c74 struct mtx ah_regser_mtx; variable
75 MTX_SYSINIT(ah_regser, &ah_regser_mtx, "Atheros register access mutex",
298 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_write()
302 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_write()
322 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_read()
326 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_read()
385 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_write()
389 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_write()
409 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_read()
413 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_read()