Searched refs:PCI_CLASS_BRIDGE_OTHER (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/usb/isp1760/ |
D | isp1760-if.c | 170 .class = PCI_CLASS_BRIDGE_OTHER << 8,
|
/linux-6.1.9/arch/x86/kernel/ |
D | aperture_64.c | 251 case PCI_CLASS_BRIDGE_OTHER: /* needed? */ in search_agp_bridge()
|
/linux-6.1.9/drivers/ntb/hw/idt/ |
D | ntb_hw_idt.h | 62 .class = (PCI_CLASS_BRIDGE_OTHER << 8), .class_mask = (0xFFFF00), \
|
/linux-6.1.9/drivers/misc/ |
D | phantom.c | 484 .class = PCI_CLASS_BRIDGE_OTHER << 8, .class_mask = 0xffff00 },
|
/linux-6.1.9/drivers/pci/switch/ |
D | switchtec.c | 1656 if (pdev->class == (PCI_CLASS_BRIDGE_OTHER << 8)) in switchtec_pci_probe() 1727 .class = (PCI_CLASS_BRIDGE_OTHER << 8), \
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | net2272.c | 2562 .class = ((PCI_CLASS_BRIDGE_OTHER << 8) | 0xfe), 2570 .class = ((PCI_CLASS_BRIDGE_OTHER << 8) | 0xfe),
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | pci-common.c | 1713 class == PCI_CLASS_BRIDGE_OTHER) && in fixup_hide_host_resource_fsl()
|
/linux-6.1.9/drivers/ntb/hw/mscc/ |
D | ntb_hw_switchtec.c | 1482 if (stdev->pdev->class != (PCI_CLASS_BRIDGE_OTHER << 8)) in switchtec_ntb_add()
|
/linux-6.1.9/include/linux/ |
D | pci_ids.h | 69 #define PCI_CLASS_BRIDGE_OTHER 0x0680 macro
|
/linux-6.1.9/drivers/pci/ |
D | quirks.c | 5670 PCI_CLASS_BRIDGE_OTHER, 8, quirk_switchtec_ntb_dma_alias)
|