Home
last modified time | relevance | path

Searched refs:pmcs (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/perf/
Dcore-book3s.c652 unsigned pmcs[6]; in pmao_restore_workaround() local
708 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
709 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround()
710 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()
711 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround()
712 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()
713 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()
727 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
728 mtspr(SPRN_PMC2, pmcs[1]); in pmao_restore_workaround()
729 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround()
[all …]
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_internal.h189 u32 pmcs; member
Datomisp_v4l2.c525 pci_read_config_dword(pdev, MRFLD_PCI_PMCS, &isp->saved_regs.pmcs); in atomisp_save_iunit_reg()
581 pci_write_config_dword(pdev, MRFLD_PCI_PMCS, isp->saved_regs.pmcs); in atomisp_restore_iunit_reg()