Lines Matching defs:gpccr_el3
685 u_register_t gpccr_el3;
701 gpccr_el3 = SET_GPCCR_PPS(gpt_config.pps);
704 gpccr_el3 |= SET_GPCCR_PGS(gpt_config.pgs);
711 gpccr_el3 |= SET_GPCCR_SH(GPCCR_SH_IS);
714 gpccr_el3 |= SET_GPCCR_ORGN(GPCCR_ORGN_WB_RA_WA);
715 gpccr_el3 |= SET_GPCCR_IRGN(GPCCR_IRGN_WB_RA_WA);
718 write_gpccr_el3(gpccr_el3);
727 gpccr_el3 |= GPCCR_GPC_BIT;
730 write_gpccr_el3(gpccr_el3);
744 u_register_t gpccr_el3 = read_gpccr_el3();
746 write_gpccr_el3(gpccr_el3 & ~GPCCR_GPC_BIT);