Searched refs:PCI_VENDOR_ID_LOONGSON (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/pci/controller/ |
D | pci-loongson.c | 55 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON, 57 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON, 59 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON, 71 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON, 73 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON, 75 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON, 114 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_LOONGSON, 116 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_LOONGSON, 118 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_LOONGSON, 120 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_LOONGSON, [all …]
|
/linux-6.1.9/arch/loongarch/pci/ |
D | pci.c | 91 if (devp->vendor != PCI_VENDOR_ID_LOONGSON) { in pci_fixup_vgadev() 99 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_LOONGSON, PCI_DEVICE_ID_LOONGSON_DC1, pci_fixup_vgadev); 100 DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_LOONGSON, PCI_DEVICE_ID_LOONGSON_DC2, pci_fixup_vgadev);
|
/linux-6.1.9/arch/mips/loongson64/ |
D | env.c | 171 case PCI_VENDOR_ID_LOONGSON: in prom_lefi_init_env()
|
/linux-6.1.9/include/linux/ |
D | pci_ids.h | 159 #define PCI_VENDOR_ID_LOONGSON 0x0014 macro
|
/linux-6.1.9/drivers/ata/ |
D | ahci.c | 1729 } else if (pdev->vendor == PCI_VENDOR_ID_LOONGSON) { in ahci_init_one()
|