Searched refs:PROMREG_MAX (Results 1 – 7 of 7) sorted by relevance
15 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()
235 struct linux_prom_registers reg[PROMREG_MAX]; in prom_finddevice()
25 struct resource resource[PROMREG_MAX];
183 #define PROMREG_MAX 24 macro187 #define PROMREG_MAX 16 macro
341 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()
288 struct linux_prom_registers regs[PROMREG_MAX]; in pcic_probe()445 struct linux_prom_pci_registers regs[PROMREG_MAX]; in pdev_to_pnode()
286 #define PROMREG_MAX 16 macro