Home
last modified time | relevance | path

Searched refs:PCI_CLASS_COMMUNICATION_SERIAL (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/char/
H A Dserial-pci-multi.c160 pc->class_id = PCI_CLASS_COMMUNICATION_SERIAL; in multi_2x_serial_pci_class_initfn()
175 pc->class_id = PCI_CLASS_COMMUNICATION_SERIAL; in multi_4x_serial_pci_class_initfn()
H A Dserial-pci.c98 pc->class_id = PCI_CLASS_COMMUNICATION_SERIAL; in serial_pci_class_initfn()
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h76 #define PCI_CLASS_COMMUNICATION_SERIAL 0x0700 macro
/openbmc/linux/arch/x86/kernel/
H A Dearly_printk.c270 (classcode >> 16 != PCI_CLASS_COMMUNICATION_SERIAL)) || in early_pci_serial_init()
/openbmc/u-boot/include/
H A Dpci_ids.h65 #define PCI_CLASS_COMMUNICATION_SERIAL 0x0700 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h72 #define PCI_CLASS_COMMUNICATION_SERIAL 0x0700 macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci.c3859 if ((((dev->class >> 8) != PCI_CLASS_COMMUNICATION_SERIAL) && in serial_pci_is_class_communication()
5968 PCI_CLASS_COMMUNICATION_SERIAL << 8,
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1031 { PCI_CLASS_COMMUNICATION_SERIAL, "serial", NULL },
/openbmc/linux/drivers/pci/
H A Dquirks.c2405 PCI_CLASS_COMMUNICATION_SERIAL, 8, quirk_netmos);