Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtl8723b_hal.h186 (GET_HAL_DATA(_Adapter)->MultiFunc & RT_MULTI_FUNC_BT)
H A Dhal_data.h21 RT_MULTI_FUNC_BT = 0x02, enumerator
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c1656 pHalData->MultiFunc |= ((value32 & BT_FUNC_EN) ? RT_MULTI_FUNC_BT : 0); in ReadChipVersion8723B()