Searched refs:PCI_ID_TABLE_ENTRY (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/edac/ |
H A D | i7core_edac.c | 374 #define PCI_ID_TABLE_ENTRY(A) { .descr=A, .n_devs = ARRAY_SIZE(A) } macro 376 PCI_ID_TABLE_ENTRY(pci_dev_descr_i7core_nehalem), 377 PCI_ID_TABLE_ENTRY(pci_dev_descr_lynnfield), 378 PCI_ID_TABLE_ENTRY(pci_dev_descr_i7core_westmere),
|
H A D | sb_edac.c | 434 #define PCI_ID_TABLE_ENTRY(A, N, M, T) { \ macro 443 PCI_ID_TABLE_ENTRY(pci_dev_descr_sbridge, ARRAY_SIZE(pci_dev_descr_sbridge), 1, SANDY_BRIDGE), 509 PCI_ID_TABLE_ENTRY(pci_dev_descr_ibridge, 12, 2, IVY_BRIDGE), 580 PCI_ID_TABLE_ENTRY(pci_dev_descr_haswell, 13, 2, HASWELL), 624 PCI_ID_TABLE_ENTRY(pci_dev_descr_knl, ARRAY_SIZE(pci_dev_descr_knl), 1, KNIGHTS_LANDING), 690 PCI_ID_TABLE_ENTRY(pci_dev_descr_broadwell, 10, 2, BROADWELL),
|