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

/drivers/mmc/host/
H A Dsdhci-pci.h37 #define MAX_SLOTS 8 macro
83 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
H A Dsdhci-pci.c1542 BUG_ON(slots > MAX_SLOTS);
/drivers/scsi/
H A Dsim710.c46 #define MAX_SLOTS 8 macro
47 static __u8 __initdata id_array[MAX_SLOTS] = { [0 ... MAX_SLOTS-1] = 7 };
77 } else if(slot >= MAX_SLOTS) {
/drivers/edac/
H A Di7300_edac.c63 #define MAX_SLOTS 8 macro
107 u16 mtr[MAX_SLOTS][MAX_BRANCHES]; /* Memory Technlogy Reg */
111 struct i7300_dimm_info dimm_info[MAX_SLOTS][MAX_CHANNELS];
165 static const u16 mtr_regs[MAX_SLOTS] = {
714 for (slot = 0; slot < MAX_SLOTS; slot++) {
790 for (slot = 0; slot < MAX_SLOTS; slot++) {
1052 layers[2].size = MAX_SLOTS;

Completed in 242 milliseconds