Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/
Dcc3xx_pka.c107 uint32_t phys_reg_next_mapped; variable
160 phys_reg_next_mapped = PKA_PHYS_REG_FIRST_MAPPABLE; in cc3xx_lowlevel_pka_unmap_physical_registers()
255 assert(phys_reg_next_mapped <= PKA_PHYS_REG_LAST_MAPPABLE); in allocate_phys_reg()
259 phys_reg = phys_reg_next_mapped; in allocate_phys_reg()
260 phys_reg_next_mapped += 1; in allocate_phys_reg()
541 phys_reg_next_mapped = 0; in cc3xx_lowlevel_pka_uninit()