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

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c90 struct mtx mtk_pci_mtx; variable in typeref:struct:mtx
91 MTX_SYSINIT(mtk_pci_mtx, &mtk_pci_mtx, "MTK PCIe mutex", MTX_SPIN);
629 mtx_lock_spin(&mtk_pci_mtx);
646 mtx_unlock_spin(&mtk_pci_mtx);
662 mtx_lock_spin(&mtk_pci_mtx);
679 mtx_unlock_spin(&mtk_pci_mtx);

Completed in 64 milliseconds