Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dsim710.c33 #define MAX_SLOTS 8 macro
34 static __u8 __initdata id_array[MAX_SLOTS] = { [0 ... MAX_SLOTS-1] = 7 };
64 } else if(slot >= MAX_SLOTS) { in param_setup()
/linux/drivers/mmc/host/
H A Dsdhci-pci.h132 #define MAX_SLOTS 8 macro
186 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
/linux/arch/arm/mach-footbridge/
H A Ddc21285.c24 #define MAX_SLOTS 21 macro
50 if (devfn < PCI_DEVFN(MAX_SLOTS, 0)) in dc21285_base_address()