pci.c (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | pci.c (fe364a7d95c24e07e9b3f2ab917f01d6d8330bba) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * PCI driver for the Synopsys DesignWare DMA Controller 4 * 5 * Copyright (C) 2013 Intel Corporation 6 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 7 */ 8 --- 106 unchanged lines hidden (view full) --- 115 /* Merrifield */ 116 { PCI_VDEVICE(INTEL, 0x11a2), (kernel_ulong_t)&idma32_chip_pdata }, 117 118 /* Braswell */ 119 { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_dma_chip_pdata }, 120 { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_dma_chip_pdata }, 121 122 /* Elkhart Lake iDMA 32-bit (PSE DMA) */ | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * PCI driver for the Synopsys DesignWare DMA Controller 4 * 5 * Copyright (C) 2013 Intel Corporation 6 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 7 */ 8 --- 106 unchanged lines hidden (view full) --- 115 /* Merrifield */ 116 { PCI_VDEVICE(INTEL, 0x11a2), (kernel_ulong_t)&idma32_chip_pdata }, 117 118 /* Braswell */ 119 { PCI_VDEVICE(INTEL, 0x2286), (kernel_ulong_t)&dw_dma_chip_pdata }, 120 { PCI_VDEVICE(INTEL, 0x22c0), (kernel_ulong_t)&dw_dma_chip_pdata }, 121 122 /* Elkhart Lake iDMA 32-bit (PSE DMA) */ |
123 { PCI_VDEVICE(INTEL, 0x4bb4), (kernel_ulong_t)&idma32_chip_pdata }, 124 { PCI_VDEVICE(INTEL, 0x4bb5), (kernel_ulong_t)&idma32_chip_pdata }, 125 { PCI_VDEVICE(INTEL, 0x4bb6), (kernel_ulong_t)&idma32_chip_pdata }, | 123 { PCI_VDEVICE(INTEL, 0x4bb4), (kernel_ulong_t)&xbar_chip_pdata }, 124 { PCI_VDEVICE(INTEL, 0x4bb5), (kernel_ulong_t)&xbar_chip_pdata }, 125 { PCI_VDEVICE(INTEL, 0x4bb6), (kernel_ulong_t)&xbar_chip_pdata }, |
126 127 /* Haswell */ 128 { PCI_VDEVICE(INTEL, 0x9c60), (kernel_ulong_t)&dw_dma_chip_pdata }, 129 130 /* Broadwell */ 131 { PCI_VDEVICE(INTEL, 0x9ce0), (kernel_ulong_t)&dw_dma_chip_pdata }, 132 133 { } --- 18 unchanged lines hidden --- | 126 127 /* Haswell */ 128 { PCI_VDEVICE(INTEL, 0x9c60), (kernel_ulong_t)&dw_dma_chip_pdata }, 129 130 /* Broadwell */ 131 { PCI_VDEVICE(INTEL, 0x9ce0), (kernel_ulong_t)&dw_dma_chip_pdata }, 132 133 { } --- 18 unchanged lines hidden --- |