Searched refs:PCI_VENDOR_ID_NS (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/parisc/ |
H A D | superio.c | 283 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO, superio_init); 443 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415, superio_fixup_pci); 482 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO) }, 483 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_USB) }, 484 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415) },
|
/linux/drivers/usb/host/ |
H A D | ohci-pci.c | 79 && b->vendor == PCI_VENDOR_ID_NS) { in ohci_quirk_ns() 188 PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_ANY_ID),
|
/linux/arch/parisc/include/asm/ |
H A D | superio.h | 79 (((x)->vendor == PCI_VENDOR_ID_NS) && \
|
/linux/arch/x86/kernel/ |
H A D | reboot_fixups_32.c | 71 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE, cs5530a_warm_reset },
|
/linux/drivers/mfd/ |
H A D | cs5535-mfd.c | 147 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_ISA) },
|
/linux/drivers/i2c/busses/ |
H A D | scx200_acb.c | 543 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_BRIDGE) }, 544 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE) },
|
/linux/drivers/mtd/maps/ |
H A D | scx200_docflash.c | 86 if ((bridge = pci_get_device(PCI_VENDOR_ID_NS, in init_scx200_docflash()
|
/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio.c | 56 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO) },
|
/linux/drivers/video/fbdev/geode/ |
H A D | gxfb_core.c | 461 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_GX_VIDEO) },
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 251 { PCI_VENDOR_ID_NS, 0x0020, 0x12d9, 0x000c, 0, 0, 0 }, 252 { PCI_VENDOR_ID_NS, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 }, 2676 eeprom->magic = PCI_VENDOR_ID_NS | (PCI_DEVICE_ID_NS_83815<<16); in get_eeprom()
|
/linux/include/linux/ |
H A D | pci_ids.h | 435 #define PCI_VENDOR_ID_NS 0x100b macro
|
/linux/drivers/net/ethernet/sun/ |
H A D | cassini.c | 223 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SATURN, 3339 if ((pdev->vendor == PCI_VENDOR_ID_NS) && in cas_check_pci_invariants()
|