Lines Matching refs:StartAddress
576 assert_param(IS_RISAF_GRANULARITY(RISAFx, pConfig->StartAddress)); in HAL_RIF_RISAF_ConfigBaseRegion()
577 assert_param(IS_RISAF_LIMIT_ADDRESS_SPACE_SIZE(RISAFx, pConfig->StartAddress)); in HAL_RIF_RISAF_ConfigBaseRegion()
580 assert_param(pConfig->StartAddress < pConfig->EndAddress); in HAL_RIF_RISAF_ConfigBaseRegion()
583 RISAFx->REG[Region].STARTR = pConfig->StartAddress; in HAL_RIF_RISAF_ConfigBaseRegion()
637 pConfig->StartAddress = RISAFx->REG[Region].STARTR; in HAL_RIF_RISAF_GetConfigBaseRegion()
820 assert_param(IS_RISAF_GRANULARITY(RISAFx, pConfig->StartAddress)); in HAL_RIF_RISAF_ConfigSubRegion()
821 assert_param(IS_RISAF_LIMIT_ADDRESS_SPACE_SIZE(RISAFx, pConfig->StartAddress)); in HAL_RIF_RISAF_ConfigSubRegion()
824 assert_param(pConfig->StartAddress < pConfig->EndAddress); in HAL_RIF_RISAF_ConfigSubRegion()
826 RISAFx->REG[Region].ASTARTR = pConfig->StartAddress; in HAL_RIF_RISAF_ConfigSubRegion()
845 assert_param(IS_RISAF_GRANULARITY(RISAFx, pConfig->StartAddress)); in HAL_RIF_RISAF_ConfigSubRegion()
846 assert_param(IS_RISAF_LIMIT_ADDRESS_SPACE_SIZE(RISAFx, pConfig->StartAddress)); in HAL_RIF_RISAF_ConfigSubRegion()
849 assert_param(pConfig->StartAddress < pConfig->EndAddress); in HAL_RIF_RISAF_ConfigSubRegion()
851 RISAFx->REG[Region].BSTARTR = pConfig->StartAddress; in HAL_RIF_RISAF_ConfigSubRegion()
904 pConfig->StartAddress = RISAFx->REG[Region].ASTARTR; in HAL_RIF_RISAF_GetConfigSubRegion()
910 pConfig->StartAddress = RISAFx->REG[Region].BSTARTR; in HAL_RIF_RISAF_GetConfigSubRegion()