Searched refs:cpu_cfg (Results 1 – 2 of 2) sorted by relevance
97 struct nps_host_reg_mtm_cpu_cfg cpu_cfg; in eznps_smp_wakeup_cpu() local103 cpu_cfg.value = (u32)res_service; in eznps_smp_wakeup_cpu()104 cpu_cfg.dmsid = NPS_DEFAULT_MSID; in eznps_smp_wakeup_cpu()105 cpu_cfg.cs = 1; in eznps_smp_wakeup_cpu()106 iowrite32be(cpu_cfg.value, nps_mtm_reg_addr(cpu, NPS_MTM_CPU_CFG)); in eznps_smp_wakeup_cpu()
831 struct pci_dev *cpu_cfg; in setup_ibs_ctl() local836 cpu_cfg = NULL; in setup_ibs_ctl()838 cpu_cfg = pci_get_device(PCI_VENDOR_ID_AMD, in setup_ibs_ctl()840 cpu_cfg); in setup_ibs_ctl()841 if (!cpu_cfg) in setup_ibs_ctl()844 pci_write_config_dword(cpu_cfg, IBSCTL, ibs_eilvt_off in setup_ibs_ctl()846 pci_read_config_dword(cpu_cfg, IBSCTL, &value); in setup_ibs_ctl()848 pci_dev_put(cpu_cfg); in setup_ibs_ctl()