Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/
A Dgicv3_helpers.c203 unsigned int ctlr_enable = 0U; in gicv3_secure_spis_config_props() local
229 ctlr_enable |= CTLR_ENABLE_G1S_BIT; in gicv3_secure_spis_config_props()
232 ctlr_enable |= CTLR_ENABLE_G0_BIT; in gicv3_secure_spis_config_props()
252 return ctlr_enable; in gicv3_secure_spis_config_props()
315 unsigned int ctlr_enable = 0U; in gicv3_secure_ppi_sgi_config_props() local
341 ctlr_enable |= CTLR_ENABLE_G1S_BIT; in gicv3_secure_ppi_sgi_config_props()
344 ctlr_enable |= CTLR_ENABLE_G0_BIT; in gicv3_secure_ppi_sgi_config_props()
364 return ctlr_enable; in gicv3_secure_ppi_sgi_config_props()

Completed in 2 milliseconds