Lines Matching refs:j
2208 uint8_t j = 0U; in HAL_HCD_GetFreePMA() local
2209 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2212 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
2216 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
2220 j++; in HAL_HCD_GetFreePMA()
2223 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2226 j++; in HAL_HCD_GetFreePMA()
2230 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
2231 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
2236 j++; in HAL_HCD_GetFreePMA()
2247 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA() local
2249 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
2475 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree() local
2478 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
2483 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()