Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dar71xx_pci.c77 struct mtx ar71xx_pci_mtx; variable
78 MTX_SYSINIT(ar71xx_pci_mtx, &ar71xx_pci_mtx, "ar71xx PCI space mutex",
154 mtx_assert(&ar71xx_pci_mtx, MA_OWNED); in ar71xx_pci_check_bus_error()
234 mtx_lock_spin(&ar71xx_pci_mtx); in ar71xx_pci_read_config()
240 mtx_unlock_spin(&ar71xx_pci_mtx); in ar71xx_pci_read_config()
260 mtx_lock_spin(&ar71xx_pci_mtx); in ar71xx_pci_local_write()
263 mtx_unlock_spin(&ar71xx_pci_mtx); in ar71xx_pci_local_write()
275 mtx_lock_spin(&ar71xx_pci_mtx); in ar71xx_pci_write_config()
279 mtx_unlock_spin(&ar71xx_pci_mtx); in ar71xx_pci_write_config()
444 mtx_lock_spin(&ar71xx_pci_mtx); in ar71xx_pci_attach()
[all …]