Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_helpers.c394 unsigned int ctlr_enable = 0U; in gicv3_secure_spis_config_props() local
414 ctlr_enable |= CTLR_ENABLE_G1S_BIT; in gicv3_secure_spis_config_props()
417 ctlr_enable |= CTLR_ENABLE_G0_BIT; in gicv3_secure_spis_config_props()
438 return ctlr_enable; in gicv3_secure_spis_config_props()
478 unsigned int ctlr_enable = 0U; in gicv3_secure_ppi_sgi_config_props() local
498 ctlr_enable |= CTLR_ENABLE_G1S_BIT; in gicv3_secure_ppi_sgi_config_props()
501 ctlr_enable |= CTLR_ENABLE_G0_BIT; in gicv3_secure_ppi_sgi_config_props()
522 return ctlr_enable; in gicv3_secure_ppi_sgi_config_props()