Searched refs:GITS_CBASER_SHAREABILITY_MASK (Results 1 – 4 of 4) sorted by relevance
416 #define GITS_CBASER_SHAREABILITY_MASK \ macro
5291 tmp &= ~GITS_CBASER_SHAREABILITY_MASK; in its_probe_one()5293 if ((tmp ^ baser) & GITS_CBASER_SHAREABILITY_MASK) { in its_probe_one()5294 if (!(tmp & GITS_CBASER_SHAREABILITY_MASK)) { in its_probe_one()5300 baser &= ~(GITS_CBASER_SHAREABILITY_MASK | in its_probe_one()
1502 reg = vgic_sanitise_field(reg, GITS_CBASER_SHAREABILITY_MASK, in vgic_sanitise_its_cbaser()