Searched refs:cpu_cfg (Results 1 – 2 of 2) sorted by relevance
86 struct nps_host_reg_mtm_cpu_cfg cpu_cfg; in eznps_smp_wakeup_cpu() local92 cpu_cfg.value = (u32)res_service; in eznps_smp_wakeup_cpu()93 cpu_cfg.dmsid = NPS_DEFAULT_MSID; in eznps_smp_wakeup_cpu()94 cpu_cfg.cs = 1; in eznps_smp_wakeup_cpu()95 iowrite32be(cpu_cfg.value, nps_mtm_reg_addr(cpu, NPS_MTM_CPU_CFG)); in eznps_smp_wakeup_cpu()
829 struct pci_dev *cpu_cfg; in setup_ibs_ctl() local834 cpu_cfg = NULL; in setup_ibs_ctl()836 cpu_cfg = pci_get_device(PCI_VENDOR_ID_AMD, in setup_ibs_ctl()838 cpu_cfg); in setup_ibs_ctl()839 if (!cpu_cfg) in setup_ibs_ctl()842 pci_write_config_dword(cpu_cfg, IBSCTL, ibs_eilvt_off in setup_ibs_ctl()844 pci_read_config_dword(cpu_cfg, IBSCTL, &value); in setup_ibs_ctl()846 pci_dev_put(cpu_cfg); in setup_ibs_ctl()