Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/eisa/
H A Dpci_eisa.c81 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_EISA) { in pci_eisa_init_early()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dpci.c113 if (class == PCI_CLASS_BRIDGE_ISA || class == PCI_CLASS_BRIDGE_EISA) { in pcibios_fixup_final()
/OK3568_Linux_fs/u-boot/include/
H A Dpci_ids.h54 #define PCI_CLASS_BRIDGE_EISA 0x0602 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_ids.h59 #define PCI_CLASS_BRIDGE_EISA 0x0602 macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c1366 dev->class = PCI_CLASS_BRIDGE_EISA << 8; in quirk_eisa_bridge()