Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_helpers.c103 unsigned int typer_reg = gicd_read_typer(gicd_base); in gicv3_spis_config_defaults() local
106 num_ints = ((typer_reg & TYPER_IT_LINES_NO_MASK) + 1U) << 5; in gicv3_spis_config_defaults()
115 if ((typer_reg & TYPER_ESPI) != 0U) { in gicv3_spis_config_defaults()
119 num_eints = ((((typer_reg >> TYPER_ESPI_RANGE_SHIFT) & in gicv3_spis_config_defaults()
Dgicv3_main.c729 unsigned int typer_reg, num_ints; in gicv3_distif_save() local
741 typer_reg = gicd_read_typer(gicd_base); in gicv3_distif_save()
744 num_ints = ((typer_reg & TYPER_IT_LINES_NO_MASK) + 1U) << 5; in gicv3_distif_save()
753 if ((typer_reg & TYPER_ESPI) != 0U) { in gicv3_distif_save()
757 num_eints = ((((typer_reg >> TYPER_ESPI_RANGE_SHIFT) & in gicv3_distif_save()
839 unsigned int typer_reg, num_ints; in gicv3_distif_init_restore() local
865 typer_reg = gicd_read_typer(gicd_base); in gicv3_distif_init_restore()
868 num_ints = ((typer_reg & TYPER_IT_LINES_NO_MASK) + 1U) << 5; in gicv3_distif_init_restore()
877 if ((typer_reg & TYPER_ESPI) != 0U) { in gicv3_distif_init_restore()
881 num_eints = ((((typer_reg >> TYPER_ESPI_RANGE_SHIFT) & in gicv3_distif_init_restore()