Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtintel_pcie.c333 BTINTEL_PCIE_CSR_FUNC_CTRL_FUNC_INIT); in btintel_pcie_reset_bt()
351 BTINTEL_PCIE_CSR_FUNC_CTRL_FUNC_INIT); in btintel_pcie_reset_bt()
373 reg &= ~(BTINTEL_PCIE_CSR_FUNC_CTRL_FUNC_INIT | in btintel_pcie_mac_init()
658 reg &= ~(BTINTEL_PCIE_CSR_FUNC_CTRL_FUNC_INIT | in btintel_pcie_enable_bt()
668 BTINTEL_PCIE_CSR_FUNC_CTRL_FUNC_INIT); in btintel_pcie_enable_bt()
H A Dbtintel_pcie.h26 #define BTINTEL_PCIE_CSR_FUNC_CTRL_FUNC_INIT (BIT(7)) macro