Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dskx_base.c125 d->sad_all = pdev; in get_all_munits()
217 pci_read_config_dword((d)->sad_all, 0x60 + 8 * (i), &(reg))
219 pci_read_config_dword((d)->sad_all, 0x64 + 8 * (i), &(reg))
H A Dskx_common.h92 struct pci_dev *sad_all; member
H A Dskx_common.c732 if (d->sad_all) in skx_remove()
733 pci_dev_put(d->sad_all); in skx_remove()
H A Di10nm_base.c29 pci_read_config_dword((d)->sad_all, (offset) + (i) * \
418 d->sad_all = pci_get_dev_wrapper(d->seg, d->bus[res_cfg->sad_all_bdf.bus], in i10nm_check_2lm()
421 if (!d->sad_all) in i10nm_check_2lm()