Searched refs:PCI_VENDOR_ID_SGI (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/mips/pci/ |
D | ops-bridge.c | 62 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) in pci_conf0_read_config() 124 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) in pci_conf1_read_config() 195 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) in pci_conf0_write_config() 263 if (cf == (PCI_VENDOR_ID_SGI | (PCI_DEVICE_ID_SGI_IOC3 << 16))) in pci_conf1_write_config()
|
D | pci-ip27.c | 232 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3,
|
/Linux-v4.19/drivers/misc/ |
D | ioc4.c | 458 {PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC4, PCI_ANY_ID,
|
/Linux-v4.19/drivers/net/ethernet/alteon/ |
D | acenic.c | 127 #ifndef PCI_VENDOR_ID_SGI 128 #define PCI_VENDOR_ID_SGI 0x10a9 macro 153 { PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_ACENIC, 555 case PCI_VENDOR_ID_SGI: in acenic_probe_one()
|
/Linux-v4.19/drivers/sn/ |
D | ioc3.c | 800 {PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, PCI_ANY_ID, PCI_ANY_ID},
|
/Linux-v4.19/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1087 if (dev->vendor == PCI_VENDOR_ID_SGI && in ioc3_adjacent_is_ioc3() 1381 { PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3, PCI_ANY_ID, PCI_ANY_ID },
|
/Linux-v4.19/include/linux/ |
D | pci_ids.h | 1063 #define PCI_VENDOR_ID_SGI 0x10a9 macro
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_pci.c | 4527 { PCI_VENDOR_ID_SGI, PCI_DEVICE_ID_SGI_IOC3,
|