Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
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) { in param_setup()
/Linux-v4.19/drivers/edac/
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++) { in print_dimm_size()
790 for (slot = 0; slot < MAX_SLOTS; slot++) { in i7300_init_csrows()
1052 layers[2].size = MAX_SLOTS; in i7300_init_one()
/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci.h113 #define MAX_SLOTS 8 macro
170 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
Dsdhci-pci-core.c1873 BUG_ON(slots > MAX_SLOTS); in sdhci_pci_probe()
/Linux-v4.19/arch/arm/mach-footbridge/
Ddc21285.c26 #define MAX_SLOTS 21 macro
53 if (devfn < PCI_DEVFN(MAX_SLOTS, 0)) in dc21285_base_address()
/Linux-v4.19/arch/arm/common/
Dit8152.c33 #define MAX_SLOTS 21 macro
169 if (devfn < PCI_DEVFN(MAX_SLOTS, 0)) in it8152_pci_dev_base_address()
/Linux-v4.19/arch/ia64/include/asm/sn/
Dgeo.h21 #define MAX_SLOTS 0xf /* slots per module */ macro