Searched refs:PCI_DEVICE_ID_NS_87415 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/parisc/ |
D | superio.c | 332 PCI_DEVICE_ID_NS_87415, 369 case PCI_DEVICE_ID_NS_87415: /* Function 0 */ in superio_fixup_irq() 447 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415, superio_fixup_pci); 473 } else if (dev->device == PCI_DEVICE_ID_NS_87415) { /* Function 0 */ in superio_probe() 488 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415) },
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | superio.h | 79 ( ((x)->device == PCI_DEVICE_ID_NS_87415) \
|
/linux-4.4.14/drivers/ata/ |
D | pata_ns87415.c | 383 { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_87415), },
|
/linux-4.4.14/drivers/ide/ |
D | ns87415.c | 320 { PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_87415), 0 },
|
/linux-4.4.14/include/linux/ |
D | pci_ids.h | 405 #define PCI_DEVICE_ID_NS_87415 0x0002 macro
|