Searched refs:LineIndex (Results 1 – 4 of 4) sorted by relevance
2802 uint8_t LineIndex; in HAL_HCD_PMAFree() local2832 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()2833 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()2837 LineIndex = 0U; in HAL_HCD_PMAFree()2842 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()
2801 uint8_t LineIndex; in HAL_HCD_PMAFree() local2831 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()2832 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()2836 LineIndex = 0U; in HAL_HCD_PMAFree()2841 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()
4727 uint8_t LineIndex; in HAL_HCD_PMAFree() local4757 LineIndex = (uint8_t)(pma_base / 256U); in HAL_HCD_PMAFree()4758 ColIndex = (uint8_t)((pma_base - ((uint32_t)LineIndex * 256U)) / 8U); in HAL_HCD_PMAFree()4762 LineIndex = 0U; in HAL_HCD_PMAFree()4767 for (uint8_t i = LineIndex; ((i < PMA_BLOCKS) && (block_nbr > 0U)); i++) in HAL_HCD_PMAFree()