Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.h38 #define BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS (BIT(22)) macro
H A Dbtintel_pcie.c585 reg |= BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS; in btintel_pcie_get_mac_access()
613 if (reg & BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS) in btintel_pcie_release_mac_access()
614 reg &= ~BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS; in btintel_pcie_release_mac_access()