Home
last modified time | relevance | path

Searched refs:BUSTYPE_PCI (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dmpspec_def.h89 #define BUSTYPE_PCI "PCI" macro
/linux-4.1.27/arch/x86/kernel/
Dmpparse.c102 } else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI) - 1) == 0) { in MP_bus_info()
/linux-4.1.27/drivers/scsi/
DFlashPoint.c22 #undef BUSTYPE_PCI
58 #define BUSTYPE_PCI 0x3 macro
1107 pCardInfo->si_bustype = BUSTYPE_PCI; in FlashPoint_ProbeHostAdapter()