Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/prom/
Dranges.c15 static struct linux_prom_ranges promlib_obio_ranges[PROMREG_MAX];
96 struct linux_prom_ranges ranges[PROMREG_MAX]; in prom_apply_generic_ranges()
104 struct linux_prom_ranges parent_ranges[PROMREG_MAX]; in prom_apply_generic_ranges()
Dtree_32.c235 struct linux_prom_registers reg[PROMREG_MAX]; in prom_finddevice()
/linux-3.4.99/arch/sparc/include/asm/
Ddevice.h25 struct resource resource[PROMREG_MAX];
Dopenprom.h183 #define PROMREG_MAX 24 macro
187 #define PROMREG_MAX 16 macro
/linux-3.4.99/arch/sparc/kernel/
Dof_device_64.c341 if (num_reg > PROMREG_MAX) { in build_device_resources()
344 op->dev.of_node->full_name, num_reg, PROMREG_MAX); in build_device_resources()
345 num_reg = PROMREG_MAX; in build_device_resources()
Dpcic.c288 struct linux_prom_registers regs[PROMREG_MAX]; in pcic_probe()
445 struct linux_prom_pci_registers regs[PROMREG_MAX]; in pdev_to_pnode()
/linux-3.4.99/arch/m68k/include/asm/
Dopenprom.h286 #define PROMREG_MAX 16 macro