Home
last modified time | relevance | path

Searched refs:PCI_CLASS_SYSTEM_OTHER (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c1305 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
1311 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
1317 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
1323 .class = PCI_CLASS_SYSTEM_OTHER << 8, .class_mask = ~0,
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dplx_dma.c629 .class = PCI_CLASS_SYSTEM_OTHER << 8,
/OK3568_Linux_fs/u-boot/include/
H A Dpci_ids.h79 #define PCI_CLASS_SYSTEM_OTHER 0x0880 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_ids.h87 #define PCI_CLASS_SYSTEM_OTHER 0x0880 macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c5780 pdev->class = (PCI_CLASS_SYSTEM_OTHER << 8) | pdev->class; in apex_pci_fixup_class()