Home
last modified time | relevance | path

Searched refs:PCI_CLASS_MULTIMEDIA_OTHER (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h52 #define PCI_CLASS_MULTIMEDIA_OTHER 0x0480 macro
/openbmc/linux/sound/soc/amd/rpl/
H A Drpl-pci-acp6x.c208 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/openbmc/linux/sound/soc/amd/yc/
H A Dpci-acp6x.c330 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/openbmc/linux/sound/soc/amd/raven/
H A Dpci-acp3x.c326 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/openbmc/linux/sound/soc/amd/vangogh/
H A Dpci-acp5x.c318 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/openbmc/linux/sound/soc/amd/renoir/
H A Drn-pci-acp3x.c414 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/openbmc/linux/sound/soc/amd/ps/
H A Dpci-ps.c721 .class = PCI_CLASS_MULTIMEDIA_OTHER << 8,
/openbmc/u-boot/include/
H A Dpci_ids.h45 #define PCI_CLASS_MULTIMEDIA_OTHER 0x0480 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h49 #define PCI_CLASS_MULTIMEDIA_OTHER 0x0480 macro
/openbmc/linux/drivers/pci/
H A Dquirks.c4457 pdev->class = (PCI_CLASS_MULTIMEDIA_OTHER << 8) | 0x01; in quirk_tw686x_class()