Searched refs:BitIdx (Results 1 – 1 of 1) sorted by relevance
35 u32 BitIdx = 0; in OTA_Change() local45 for (BitIdx = 0; BitIdx <= 31; BitIdx++) { in OTA_Change()46 if ((ValidIMG2 & BIT(BitIdx)) != 0) { in OTA_Change()51 DBG_8195A("BitIdx: %d \n", BitIdx); in OTA_Change()54 if ((BitIdx % 2) == 0) { in OTA_Change()60 ValidIMG2 &= ~BIT(BitIdx); in OTA_Change()66 ValidIMG2 &= ~BIT(BitIdx); in OTA_Change()
Completed in 2 milliseconds