Home
last modified time | relevance | path

Searched refs:tx_flatk (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.c98 uint16_t tx_flatk; in hci_rtk_parse_config() local
210 tx_flatk=hci_tp_phy_efuse[0xa] | hci_tp_phy_efuse[0xb]<<8; in hci_rtk_parse_config()
211 bt_flatk_8721d(tx_flatk); in hci_rtk_parse_config()
212 hci_board_debug("\r\n WRITE physical FLATK=tx_flatk=%x \r\n", tx_flatk); in hci_rtk_parse_config()
231 tx_flatk=efuse_buf[LEFUSE(0x198)] | efuse_buf[LEFUSE(0x199)]<<8; in hci_rtk_parse_config()
232 bt_flatk_8721d(tx_flatk); in hci_rtk_parse_config()
233 hci_board_debug("\r\n WRITE logic FLATK=tx_flatk=%x \r\n", tx_flatk); in hci_rtk_parse_config()
241 tx_flatk=hci_tp_phy_efuse[0xa] | hci_tp_phy_efuse[0xb]<<8; in hci_rtk_parse_config()
243 bt_flatk_8721d(tx_flatk); in hci_rtk_parse_config()
244 hci_board_debug("\r\n WRITE physical FLATK=tx_flatk=%x \r\n", tx_flatk); in hci_rtk_parse_config()

Completed in 5 milliseconds