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 D | rtl8721d_efuse.h | 254 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 D | rtl8721dlp_rcc.h | 138 _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 D | rtl8721dhp_rcc.h | 164 _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 D | hci_board.c | 522 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 6 milliseconds