Home
last modified time | relevance | path

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

/drivers/scsi/
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()
/drivers/edac/
Di7300_edac.c61 #define MAX_SLOTS 8 macro
105 u16 mtr[MAX_SLOTS][MAX_BRANCHES]; /* Memory Technlogy Reg */
109 struct i7300_dimm_info dimm_info[MAX_SLOTS][MAX_CHANNELS];
163 static const u16 mtr_regs[MAX_SLOTS] = {
712 for (slot = 0; slot < MAX_SLOTS; slot++) { in print_dimm_size()
788 for (slot = 0; slot < MAX_SLOTS; slot++) { in i7300_init_csrows()
1050 layers[2].size = MAX_SLOTS; in i7300_init_one()
/drivers/mmc/host/
Dsdhci-pci.h123 #define MAX_SLOTS 8 macro
180 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
Dsdhci-pci-core.c2104 BUG_ON(slots > MAX_SLOTS); in sdhci_pci_probe()