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.c166 unsigned int ctlr_enable = 0U; in gicv3_secure_spis_config_props() local
192 ctlr_enable |= CTLR_ENABLE_G1S_BIT; in gicv3_secure_spis_config_props()
195 ctlr_enable |= CTLR_ENABLE_G0_BIT; in gicv3_secure_spis_config_props()
215 return ctlr_enable; in gicv3_secure_spis_config_props()
278 unsigned int ctlr_enable = 0U; in gicv3_secure_ppi_sgi_config_props() local
304 ctlr_enable |= CTLR_ENABLE_G1S_BIT; in gicv3_secure_ppi_sgi_config_props()
307 ctlr_enable |= CTLR_ENABLE_G0_BIT; in gicv3_secure_ppi_sgi_config_props()
327 return ctlr_enable; in gicv3_secure_ppi_sgi_config_props()