Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
Di10nm_base.c34 pci_read_config_dword((d)->pcu_cr3, \
37 pci_read_config_dword((d)->pcu_cr3, \
357 d->pcu_cr3 = pci_get_dev_wrapper(d->seg, d->bus[res_cfg->pcu_cr3_bdf.bus], in i10nm_get_imc_num()
360 if (!d->pcu_cr3) in i10nm_get_imc_num()
788 if (!d->pcu_cr3) in i10nm_get_hbm_munits()
Dskx_common.h95 struct pci_dev *pcu_cr3; /* for HBM memory detection */ member
Dskx_common.c714 if (d->pcu_cr3) in skx_remove()
715 pci_dev_put(d->pcu_cr3); in skx_remove()