Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDah_osdep.c73 struct mtx ah_regser_mtx; variable
74 MTX_SYSINIT(ah_regser, &ah_regser_mtx, "Atheros register access mutex",
268 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_write()
271 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_write()
282 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_read()
285 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_read()
334 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_write()
337 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_write()
348 mtx_lock_spin(&ah_regser_mtx); in ath_hal_reg_read()
351 mtx_unlock_spin(&ah_regser_mtx); in ath_hal_reg_read()