Searched refs:ctlr_enable (Results 1 – 1 of 1) sorted by relevance
203 unsigned int ctlr_enable = 0U; in gicv3_secure_spis_config_props() local229 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() local341 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