Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c643 unsigned pmcs[6]; in pmao_restore_workaround() local
699 pmcs[0] = mfspr(SPRN_PMC1); in pmao_restore_workaround()
700 pmcs[1] = mfspr(SPRN_PMC2); in pmao_restore_workaround()
701 pmcs[2] = mfspr(SPRN_PMC3); in pmao_restore_workaround()
702 pmcs[3] = mfspr(SPRN_PMC4); in pmao_restore_workaround()
703 pmcs[4] = mfspr(SPRN_PMC5); in pmao_restore_workaround()
704 pmcs[5] = mfspr(SPRN_PMC6); in pmao_restore_workaround()
718 mtspr(SPRN_PMC1, pmcs[0]); in pmao_restore_workaround()
719 mtspr(SPRN_PMC2, pmcs[1]); in pmao_restore_workaround()
720 mtspr(SPRN_PMC3, pmcs[2]); in pmao_restore_workaround()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dpic32_eth.h23 struct pic32_reg_atomic pmcs; /* 0x80 */ member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h189 u32 pmcs; member
H A Datomisp_v4l2.c527 pci_read_config_dword(pdev, MRFLD_PCI_PMCS, &isp->saved_regs.pmcs); in atomisp_save_iunit_reg()
583 pci_write_config_dword(pdev, MRFLD_PCI_PMCS, isp->saved_regs.pmcs); in atomisp_restore_iunit_reg()