Searched refs:classcode (Results 1 – 2 of 2) sorted by relevance
222 u32 classcode, bar0; in early_pci_serial_init() local263 classcode = read_pci_config(bus, slot, func, PCI_CLASS_REVISION); in early_pci_serial_init()269 if (((classcode >> 16 != PCI_CLASS_COMMUNICATION_MODEM) && in early_pci_serial_init()270 (classcode >> 16 != PCI_CLASS_COMMUNICATION_SERIAL)) || in early_pci_serial_init()271 (((classcode >> 8) & 0xff) != 0x02)) /* 16550 I/F at BAR0 */ { in early_pci_serial_init()
1257 PCI device even when its classcode is not of the