Searched refs:sier (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/fsl/ |
| H A D | fsl_ssi.c | 120 u32 sier; member 408 u32 sier, srcr, stcr; in fsl_ssi_config_enable() local 429 sier = vals[RX].sier | vals[TX].sier; in fsl_ssi_config_enable() 434 sier = vals[dir].sier; in fsl_ssi_config_enable() 440 regmap_update_bits(ssi->regs, REG_SSI_SIER, sier, sier); in fsl_ssi_config_enable() 510 u32 sier, src in fsl_ssi_config_disable() local [all...] |
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_p9_perf.c | 98 mtspr(SPRN_SIER, vcpu->arch.sier[0]); in switch_pmu_to_guest() 102 mtspr(SPRN_SIER2, vcpu->arch.sier[1]); in switch_pmu_to_guest() 103 mtspr(SPRN_SIER3, vcpu->arch.sier[2]); in switch_pmu_to_guest() 152 vcpu->arch.sier[0] = mfspr(SPRN_SIER); in switch_pmu_to_host() 156 vcpu->arch.sier[1] = mfspr(SPRN_SIER2); in switch_pmu_to_host() 157 vcpu->arch.sier[2] = mfspr(SPRN_SIER3); in switch_pmu_to_host()
|
| H A D | book3s_hv.h | 128 KVMPPC_BOOK3S_HV_VCPU_ARRAY_ACCESSOR(sier, 64, KVMPPC_GSID_SIER)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | switch_to.h | 123 t->thread.sier = 0; in clear_task_ebb()
|
| H A D | processor.h | 254 unsigned long sier; member
|
| /linux/arch/powerpc/perf/ |
| H A D | core-book3s.c | 633 current->thread.sier = mfspr(SPRN_SIER); in ebb_switch_out() 670 mtspr(SPRN_SIER, current->thread.sier); in ebb_switch_in() 902 unsigned long sdar, sier, flags; in perf_event_print_debug() local 935 sdar = sier = 0; in perf_event_print_debug() 940 sier = mfspr(SPRN_SIER); in perf_event_print_debug() 955 mfspr(SPRN_SIAR), sdar, sier); in perf_event_print_debug()
|