Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_LOONGSON (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/pci/controller/
H A Dpci-loongson.c60 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
62 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
64 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
76 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
78 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
80 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
130 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
132 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
134 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
136 DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_LOONGSON,
[all …]
/openbmc/linux/arch/loongarch/pci/
H A Dpci.c91 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);
/openbmc/linux/drivers/spi/
H A Dspi-loongson-pci.c36 { PCI_DEVICE(PCI_VENDOR_ID_LOONGSON, 0x7a0b) },
37 { PCI_DEVICE(PCI_VENDOR_ID_LOONGSON, 0x7a1b) },
/openbmc/linux/sound/soc/loongson/
H A Dloongson_i2s_pci.c153 { PCI_DEVICE(PCI_VENDOR_ID_LOONGSON, 0x7a27) },
/openbmc/linux/arch/mips/loongson64/
H A Denv.c185 case PCI_VENDOR_ID_LOONGSON: in prom_lefi_init_env()
/openbmc/linux/drivers/usb/dwc2/
H A Dparams.c327 PCI_DEVICE(PCI_VENDOR_ID_LOONGSON, PCI_DEVICE_ID_LOONGSON_DWC2),
/openbmc/linux/drivers/ata/
H A Dahci.c1752 } else if (pdev->vendor == PCI_VENDOR_ID_LOONGSON) { in ahci_init_one()
/openbmc/linux/include/linux/
H A Dpci_ids.h162 #define PCI_VENDOR_ID_LOONGSON 0x0014 macro