Lines Matching defs:pps
71 gpccr_pps_e pps;
514 static int validate_l0_params(gpccr_pps_e pps, uintptr_t l0_mem_base,
523 if (pps > GPT_PPS_MAX) {
524 ERROR("GPT: Invalid PPS: 0x%x\n", pps);
527 gpt_config.pps = pps;
528 gpt_config.t = gpt_t_lookup[pps];
1045 gpccr_el3 = SET_GPCCR_PPS(gpt_config.pps);
1101 * pps PPS value to use for table generation
1108 int gpt_init_l0_tables(gpccr_pps_e pps, uintptr_t l0_mem_base,
1118 ret = validate_l0_params(pps, l0_mem_base, l0_mem_size);
1211 INFO(" PPS/T: 0x%x/%u\n", gpt_config.pps, gpt_config.t);
1293 gpt_config.pps = (reg >> GPCCR_PPS_SHIFT) & GPCCR_PPS_MASK;
1294 gpt_config.t = gpt_t_lookup[gpt_config.pps];
1335 VERBOSE(" PPS/T: 0x%x/%u\n", gpt_config.pps, gpt_config.t);