Searched refs:typer_reg (Results 1 – 2 of 2) sorted by relevance
103 unsigned int typer_reg = gicd_read_typer(gicd_base); in gicv3_spis_config_defaults() local106 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()
729 unsigned int typer_reg, num_ints; in gicv3_distif_save() local741 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() local865 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()