Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/parisc/
Dsuperio.c283 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-6.6.21/drivers/usb/host/
Dohci-pci.c79 && b->vendor == PCI_VENDOR_ID_NS) { in ohci_quirk_ns()
188 PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_ANY_ID),
/linux-6.6.21/arch/parisc/include/asm/
Dsuperio.h79 (((x)->vendor == PCI_VENDOR_ID_NS) && \
/linux-6.6.21/arch/x86/kernel/
Dreboot_fixups_32.c71 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE, cs5530a_warm_reset },
/linux-6.6.21/drivers/mfd/
Dcs5535-mfd.c147 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_ISA) },
/linux-6.6.21/drivers/i2c/busses/
Dscx200_acb.c543 { 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-6.6.21/drivers/mtd/maps/
Dscx200_docflash.c86 if ((bridge = pci_get_device(PCI_VENDOR_ID_NS, in init_scx200_docflash()
/linux-6.6.21/sound/pci/cs5535audio/
Dcs5535audio.c56 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO) },
/linux-6.6.21/drivers/video/fbdev/geode/
Dgxfb_core.c461 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_GX_VIDEO) },
/linux-6.6.21/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 },
2676 eeprom->magic = PCI_VENDOR_ID_NS | (PCI_DEVICE_ID_NS_83815<<16); in get_eeprom()
/linux-6.6.21/include/linux/
Dpci_ids.h435 #define PCI_VENDOR_ID_NS 0x100b macro
/linux-6.6.21/drivers/net/ethernet/sun/
Dcassini.c222 { PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SATURN,
3338 if ((pdev->vendor == PCI_VENDOR_ID_NS) && in cas_check_pci_invariants()