Home
last modified time | relevance | path

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

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