Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_NS (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/parisc/
Dsuperio.c287 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO, superio_init);
447 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415, superio_fixup_pci);
486 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_LIO) },
487 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87560_USB) },
488 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_87415) },
/linux-4.4.14/drivers/usb/host/
Dohci-pci.c78 && b->vendor == PCI_VENDOR_ID_NS) { in ohci_quirk_ns()
178 PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_ANY_ID),
/linux-4.4.14/arch/parisc/include/asm/
Dsuperio.h78 (((x)->vendor == PCI_VENDOR_ID_NS) && \
/linux-4.4.14/arch/x86/kernel/
Dreboot_fixups_32.c70 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE, cs5530a_warm_reset },
/linux-4.4.14/drivers/mfd/
Dcs5535-mfd.c175 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_ISA) },
/linux-4.4.14/drivers/ide/
Dide-pci-generic.c131 case PCI_VENDOR_ID_NS: in generic_init_one()
/linux-4.4.14/drivers/mtd/maps/
Dscx200_docflash.c85 if ((bridge = pci_get_device(PCI_VENDOR_ID_NS, in init_scx200_docflash()
/linux-4.4.14/drivers/i2c/busses/
Dscx200_acb.c553 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SCx200_BRIDGE) },
554 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE) },
/linux-4.4.14/sound/pci/cs5535audio/
Dcs5535audio.c70 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO) },
/linux-4.4.14/drivers/video/fbdev/geode/
Dgxfb_core.c478 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_GX_VIDEO) },
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dnatsemi.c251 { 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 },
2677 eeprom->magic = PCI_VENDOR_ID_NS | (PCI_DEVICE_ID_NS_83815<<16); in get_eeprom()
/linux-4.4.14/include/linux/
Dpci_ids.h404 #define PCI_VENDOR_ID_NS 0x100b macro
/linux-4.4.14/drivers/net/ethernet/sun/
Dcassini.c235 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SATURN,
3396 if ((pdev->vendor == PCI_VENDOR_ID_NS) && in cas_check_pci_invariants()