Lines Matching refs:j
4477 uint8_t j = 0U; in HAL_HCD_GetFreePMA() local
4478 while ((j <= 31U) && (FreeBlocks != NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4481 if ((Entry & ((uint32_t)1U << j)) == 0U) in HAL_HCD_GetFreePMA()
4485 FirstFreeBlock_col = j; in HAL_HCD_GetFreePMA()
4489 j++; in HAL_HCD_GetFreePMA()
4492 while ((j <= 31U) && ((Entry & ((uint32_t)1U << j)) == 0U) && (FreeBlocks < NbrReqBlocks)) in HAL_HCD_GetFreePMA()
4495 j++; in HAL_HCD_GetFreePMA()
4499 if (((FreeBlocks < NbrReqBlocks) && (j < 31U)) || in HAL_HCD_GetFreePMA()
4500 ((j == 31U) && ((Entry & ((uint32_t)1U << j)) != 0U))) in HAL_HCD_GetFreePMA()
4505 j++; in HAL_HCD_GetFreePMA()
4516 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_GetFreePMA() local
4518 hhcd->PMALookupTable[i] |= ((uint32_t)1U << j); in HAL_HCD_GetFreePMA()
4769 for (uint8_t j = ColIndex; j <= 31U; j++) in HAL_HCD_PMAFree() local
4772 if ((hhcd->PMALookupTable[i] & ((uint32_t)1U << j)) == 0U) in HAL_HCD_PMAFree()
4777 hhcd->PMALookupTable[i] &= ~(1U << j); in HAL_HCD_PMAFree()