Home
last modified time | relevance | path

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

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