Searched refs:trcconfigr (Results 1 – 3 of 3) sorted by relevance
514 u64 trcconfigr = 0; in cs_etmv4_synth_trcconfigr() local530 trcconfigr |= TRCCONFIGR_CCI; in cs_etmv4_synth_trcconfigr()532 trcconfigr |= TRCCONFIGR_CID; in cs_etmv4_synth_trcconfigr()534 trcconfigr |= TRCCONFIGR_TS; in cs_etmv4_synth_trcconfigr()536 trcconfigr |= TRCCONFIGR_RS; in cs_etmv4_synth_trcconfigr()538 trcconfigr |= TRCCONFIGR_VMID | TRCCONFIGR_VMIDOPT; in cs_etmv4_synth_trcconfigr()540 trcconfigr |= TRCCONFIGR_BB; in cs_etmv4_synth_trcconfigr()542 return trcconfigr; in cs_etmv4_synth_trcconfigr()
1910 state->trcconfigr = etm4x_read32(csa, TRCCONFIGR); in __etm4_cpu_save()2041 etm4x_relaxed_write32(csa, state->trcconfigr, TRCCONFIGR); in __etm4_cpu_restore()
914 u32 trcconfigr; member