Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/edac/
Di10nm_base.c28 pci_read_config_dword((d)->sad_all, (offset) + (i) * 8, &(reg))
216 d->sad_all = pci_get_dev_wrapper(d->seg, d->bus[1], in i10nm_check_2lm()
219 if (!d->sad_all) in i10nm_check_2lm()
Dskx_common.h64 struct pci_dev *sad_all; member
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))
Dskx_common.c718 if (d->sad_all) in skx_remove()
719 pci_dev_put(d->sad_all); in skx_remove()