Searched refs:PCI_VENDOR_ID_SGI (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/mips/pci/ ! |
D | pci-ip27.c | 37 if (sid == (PCI_VENDOR_ID_SGI | (IOC3_SUBSYS_IP29_SYSBOARD) << 16)) in ip29_fixup_phy() 41 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3,
|
D | pci-xtalk-bridge.c | 105 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, 138 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) { in pci_conf0_read_config() 177 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) { in pci_conf1_read_config() 223 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) { in pci_conf0_write_config() 264 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) { in pci_conf1_write_config() 467 #define IOC3_SID(sid) (PCI_VENDOR_ID_SGI | ((sid) << 16))
|
/linux-6.1.9/drivers/mfd/ ! |
D | ioc3.c | 521 .sid = PCI_VENDOR_ID_SGI | (IOC3_SUBSYS_ ## _sid << 16), \ 657 { PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, PCI_ANY_ID, PCI_ANY_ID },
|
/linux-6.1.9/drivers/net/ethernet/alteon/ ! |
D | acenic.c | 123 #ifndef PCI_VENDOR_ID_SGI 124 #define PCI_VENDOR_ID_SGI 0x10a9 macro 149 { PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_ACENIC, 552 case PCI_VENDOR_ID_SGI: in acenic_probe_one()
|
/linux-6.1.9/include/linux/ ! |
D | pci_ids.h | 1092 #define PCI_VENDOR_ID_SGI 0x10a9 macro
|
/linux-6.1.9/drivers/tty/serial/8250/ ! |
D | 8250_pci.c | 4904 { PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3,
|