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

/drivers/bluetooth/
A Dbtintel_pcie.h38 #define BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS (BIT(22)) macro
A Dbtintel_pcie.c583 reg |= BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS; in btintel_pcie_get_mac_access()
611 if (reg & BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS) in btintel_pcie_release_mac_access()
612 reg &= ~BTINTEL_PCIE_CSR_FUNC_CTRL_STOP_MAC_ACCESS_DIS; in btintel_pcie_release_mac_access()

Completed in 9 milliseconds