Searched refs:PROMREG_MAX (Results 1 – 6 of 6) sorted by relevance
16 static struct linux_prom_ranges promlib_obio_ranges[PROMREG_MAX];93 struct linux_prom_ranges ranges[PROMREG_MAX]; in prom_apply_generic_ranges()101 struct linux_prom_ranges parent_ranges[PROMREG_MAX]; in prom_apply_generic_ranges()
236 struct linux_prom_registers reg[PROMREG_MAX]; in prom_finddevice()
24 struct resource resource[PROMREG_MAX];
343 if (num_reg > PROMREG_MAX) { in build_device_resources()346 op->dev.of_node, num_reg, PROMREG_MAX); in build_device_resources()347 num_reg = PROMREG_MAX; in build_device_resources()
291 struct linux_prom_registers regs[PROMREG_MAX]; in pcic_probe()450 struct linux_prom_pci_registers regs[PROMREG_MAX]; in pdev_to_pnode()
287 #define PROMREG_MAX 16 macro