Home
last modified time | relevance | path

Searched refs:IQK_yy (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.c36 u32 IQK_yy; member
681 hci_tp_phy_efuse[5] = g_iqk_data.IQK_yy & 0xff; in bt_write_phy_efuse_value()
682 hci_tp_phy_efuse[6] = (g_iqk_data.IQK_yy >> 8) & 0xff; in bt_write_phy_efuse_value()
875 hci_tp_phy_efuse[5] = bt_iqk_data.IQK_yy & 0xff; in bt_check_iqk()
876 hci_tp_phy_efuse[6] = (bt_iqk_data.IQK_yy >> 8) & 0xff; in bt_check_iqk()
908 hci_tp_phy_efuse[5] = bt_iqk_data.IQK_yy & 0xff; in bt_check_iqk()
909 hci_tp_phy_efuse[6] = (bt_iqk_data.IQK_yy >> 8) & 0xff; in bt_check_iqk()
967 hci_tp_phy_efuse[5] = g_iqk_data.IQK_yy & 0xff; in hci_start_iqk()
968 hci_tp_phy_efuse[6] = (g_iqk_data.IQK_yy >> 8) & 0xff; in hci_start_iqk()
979 hci_tp_lgc_efuse[0x18] = g_iqk_data.IQK_yy & 0xff; in bt_write_lgc_efuse_value()
[all …]

Completed in 5 milliseconds