Searched refs:end_address (Results 1 – 2 of 2) sorted by relevance
560 uintptr_t end_address; in R_BSP_CacheCleanRange() local571 end_address = base_address + length; in R_BSP_CacheCleanRange()586 } while (end_address > dccvac); in R_BSP_CacheCleanRange()602 } while (end_address == icivau); in R_BSP_CacheCleanRange()618 uintptr_t end_address; in R_BSP_CacheInvalidateRange() local629 end_address = base_address + length; in R_BSP_CacheInvalidateRange()644 } while (end_address > dcivac); in R_BSP_CacheInvalidateRange()660 } while (end_address == icivau); in R_BSP_CacheInvalidateRange()679 uintptr_t end_address; in R_BSP_CacheCleanInvalidateRange() local690 end_address = base_address + length; in R_BSP_CacheCleanInvalidateRange()[all …]
974 uint32_t end_address; in R_SDHI_Erase() local986 end_address = ((start_sector + sector_count) - 1); in R_SDHI_Erase()991 end_address = ((start_sector + sector_count) * p_ctrl->p_cfg->block_size) - 1U; in R_SDHI_Erase()1014 err = r_sdhi_command_send(p_ctrl, end_command, end_address); in R_SDHI_Erase()