Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_efuse.h254 u32 Idx = 0; in EFUSE_RemainLength() local
258 while(Idx < LOGICAL_MAP_SECTION_LEN){ in EFUSE_RemainLength()
260 EFUSERead8(0, Idx, &DataTemp0, L25EOUTVOLTAGE); in EFUSE_RemainLength()
266 Idx++; in EFUSE_RemainLength()
267 EFUSERead8(0, Idx, &DataTemp0, L25EOUTVOLTAGE); in EFUSE_RemainLength()
272 Idx = Idx + 2; in EFUSE_RemainLength()
281 Idx = Idx + 2; in EFUSE_RemainLength()
291 Idx++; in EFUSE_RemainLength()
294 return (LOGICAL_MAP_SECTION_LEN - Idx); in EFUSE_RemainLength()
A Drtl8721dlp_rcc.h138 _LONG_CALL_ void RCC_PeriphClockSource_I2C(UNUSED_WARN_DIS u32 Idx, u32 Source);
139 _LONG_CALL_ void RCC_PeriphClockSource_QDEC(UNUSED_WARN_DIS u32 Idx, u32 Source);
A Drtl8721dhp_rcc.h164 _LONG_CALL_ void RCC_PeriphClockSource_I2C(UNUSED_WARN_DIS u32 Idx, u32 Source);
165 _LONG_CALL_ void RCC_PeriphClockSource_QDEC(UNUSED_WARN_DIS u32 Idx, u32 Source);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_board.c522 u32 Idx = 0; in bt_read_efuse() local
539 for (Idx = 0; Idx < BT_EFUSE_TABLE_LEN; Idx++) in bt_read_efuse()
547 for (Idx = 0; Idx < 16; Idx++) in bt_read_efuse()
549 EFUSE_PMAP_READ8(0, 0x120 + Idx, hci_tp_phy_efuse + Idx, L25EOUTVOLTAGE); in bt_read_efuse()
550 if ((Idx == 7) && (hci_tp_phy_efuse[Idx] == 0)) in bt_read_efuse()
552 hci_tp_phy_efuse[Idx] = 0x13; in bt_read_efuse()
563 for (Idx = 0; Idx < 16; Idx++) in bt_read_efuse()
568 for (Idx = 16; Idx < 19; Idx++) in bt_read_efuse()
724 for (int Idx = 0; Idx < 16; Idx++) in hci_board_complete() local
726 EFUSE_PMAP_READ8(0, 0x120 + Idx, orignal_hci_tp_phy_efuse + Idx, L25EOUTVOLTAGE); in hci_board_complete()
[all …]

Completed in 8 milliseconds