Lines Matching +full:loongson +full:- +full:audio
1 // SPDX-License-Identifier: GPL-2.0-or-later
13 #include <loongson.h>
37 {0, PCIA, 0, 0, 0}, /* 17: RTL8110-0 */
38 {0, PCIB, 0, 0, 0}, /* 18: RTL8110-1 */
40 {0, PCID, 0, 0, 0}, /* 20: 3-ports nec usb */
41 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
54 if ((PCI_SLOT(dev->devfn) != PCI_IDSEL_CS5536) in pcibios_map_irq()
55 && (PCI_SLOT(dev->devfn) < 32)) { in pcibios_map_irq()
63 } else if (PCI_SLOT(dev->devfn) == PCI_IDSEL_CS5536) { /* cs5536 */ in pcibios_map_irq()
64 switch (PCI_FUNC(dev->devfn)) { in pcibios_map_irq()
72 return CS5536_ACC_INTR; /* for AUDIO */ in pcibios_map_irq()
81 return dev->irq; in pcibios_map_irq()
111 /* enable the AUDIO interrupt in PIC */ in loongson_cs5536_acc_fixup()