Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_board.c35 u32 IQK_xx; member
679 hci_tp_phy_efuse[3] = g_iqk_data.IQK_xx & 0xff; in bt_write_phy_efuse_value()
680 hci_tp_phy_efuse[4] = (g_iqk_data.IQK_xx >> 8) & 0xff; in bt_write_phy_efuse_value()
873 hci_tp_phy_efuse[3] = bt_iqk_data.IQK_xx & 0xff; in bt_check_iqk()
874 hci_tp_phy_efuse[4] = (bt_iqk_data.IQK_xx >> 8) & 0xff; in bt_check_iqk()
906 hci_tp_phy_efuse[3] = bt_iqk_data.IQK_xx & 0xff; in bt_check_iqk()
907 hci_tp_phy_efuse[4] = (bt_iqk_data.IQK_xx >> 8) & 0xff; in bt_check_iqk()
965 hci_tp_phy_efuse[3] = g_iqk_data.IQK_xx & 0xff; in hci_start_iqk()
966 hci_tp_phy_efuse[4] = (g_iqk_data.IQK_xx >> 8) & 0xff; in hci_start_iqk()
977 hci_tp_lgc_efuse[0x16] = g_iqk_data.IQK_xx & 0xff; in bt_write_lgc_efuse_value()
[all …]

Completed in 8 milliseconds