Home
last modified time | relevance | path

Searched refs:n_resolved (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_54_AAR_CCM_ECB.c290 uint n_resolved = 0; in nhw_AAR_resolve_logic() local
338 while ((n_resolved < NRF_AAR_regs[inst]->MAXRESOLVED) && (n_iter <= MAX_IRKS)) { in nhw_AAR_resolve_logic()
358 n_resolved++; in nhw_AAR_resolve_logic()
359 NRF_AAR_regs[inst]->OUT.AMOUNT = 2*n_resolved; in nhw_AAR_resolve_logic()
376 bs_time_t t_duration = (20 + (8 + 20)*n_iter + 11*n_resolved + clockMHz - 1)/clockMHz; in nhw_AAR_resolve_logic()