Lines Matching refs:j
2552 uint8_t j = 0U; in HAL_HCD_GetFreePMA() local
2553 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2556 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
2560 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
2564 j++; in HAL_HCD_GetFreePMA()
2567 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
2570 j++; in HAL_HCD_GetFreePMA()
2574 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
2575 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
2580 j++; in HAL_HCD_GetFreePMA()
2591 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA() local
2593 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
2843 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree() local
2846 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
2851 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()