Searched refs:ar71xx_pci_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_pci.c75 struct mtx ar71xx_pci_mtx; variable in typeref:struct:mtx
76 MTX_SYSINIT(ar71xx_pci_mtx, &ar71xx_pci_mtx, "ar71xx PCI space mutex",
152 mtx_assert(&ar71xx_pci_mtx, MA_OWNED);
199 mtx_assert(&ar71xx_pci_mtx, MA_OWNED);
232 mtx_lock_spin(&ar71xx_pci_mtx);
238 mtx_unlock_spin(&ar71xx_pci_mtx);
258 mtx_lock_spin(&ar71xx_pci_mtx);
261 mtx_unlock_spin(&ar71xx_pci_mtx);
273 mtx_lock_spin(&ar71xx_pci_mtx);
[all...]

Completed in 161 milliseconds