Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hid/
Dhid-3m-pct.c30 #define MAX_SLOTS 60 macro
42 struct mmm_finger f[MAX_SLOTS];
116 input_mt_init_slots(hi->input, MAX_SLOTS); in mmm_input_mapping()
147 for (i = 0; i < MAX_SLOTS; ++i) { in mmm_filter_event()
206 value = clamp_val(value, 0, MAX_SLOTS - 1); in mmm_event()
/linux-2.6.39/drivers/scsi/
Dsim710.c47 #define MAX_SLOTS 8 macro
48 static __u8 __initdata id_array[MAX_SLOTS] = { [0 ... MAX_SLOTS-1] = 7 };
78 } else if(slot >= MAX_SLOTS) { in param_setup()
/linux-2.6.39/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] = {
739 for (slot = 0; slot < MAX_SLOTS; slot++) { in print_dimm_size()
805 for (slot = 0; slot < MAX_SLOTS; slot++) { in i7300_init_csrows()
1071 num_dimms_per_channel = MAX_SLOTS; in i7300_init_one()
1073 num_csrows = MAX_SLOTS * MAX_CHANNELS; in i7300_init_one()
/linux-2.6.39/arch/arm/common/
Dvia82c505.c13 #define MAX_SLOTS 7 macro
Dit8152.c32 #define MAX_SLOTS 21 macro
168 if (devfn < PCI_DEVFN(MAX_SLOTS, 0)) in it8152_pci_dev_base_address()
/linux-2.6.39/arch/arm/mach-footbridge/
Ddc21285.c27 #define MAX_SLOTS 21 macro
54 if (devfn < PCI_DEVFN(MAX_SLOTS, 0)) in dc21285_base_address()
/linux-2.6.39/arch/ia64/include/asm/sn/
Dgeo.h21 #define MAX_SLOTS 0xf /* slots per module */ macro
/linux-2.6.39/drivers/mmc/host/
Dsdhci-pci.c41 #define MAX_SLOTS 8 macro
73 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
1038 BUG_ON(slots > MAX_SLOTS); in sdhci_pci_probe()