Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pci.h132 #define MAX_SLOTS 8 macro
184 struct sdhci_pci_slot *slots[MAX_SLOTS]; /* Pointers to host slots */
H A Dsdhci-pci-core.c2212 BUG_ON(slots > MAX_SLOTS); in sdhci_pci_probe()
/openbmc/linux/drivers/edac/
H A 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()
1049 layers[2].size = MAX_SLOTS; in i7300_init_one()
/openbmc/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()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h246 #define MAX_SLOTS 4096 macro
258 struct MemoryRegionInfo memory_regions[MAX_SLOTS];
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c689 for (slot = 0; slot < MAX_SLOTS; slot++) { in rutabaga_cmd_resource_map_blob()
703 if (slot >= MAX_SLOTS) { in rutabaga_cmd_resource_map_blob()
708 CHECK(slot < MAX_SLOTS, cmd); in rutabaga_cmd_resource_map_blob()
733 for (slot = 0; slot < MAX_SLOTS; slot++) { in rutabaga_cmd_resource_unmap_blob()
746 CHECK(slot < MAX_SLOTS, cmd); in rutabaga_cmd_resource_unmap_blob()