Lines Matching +full:bd +full:- +full:address
1 // SPDX-License-Identifier: GPL-2.0+
26 map = fdt_getprop_w(blob, node, "interrupt-map", &len); in cds_pci_fixup()
28 /* Each item in "interrupt-map" property is translated with in cds_pci_fixup()
30 * PCI #address-cells, PCI #interrupt-cells, in cds_pci_fixup()
31 * PIC address, PIC #address-cells, PIC #interrupt-cells. in cds_pci_fixup()
33 cells = fdt_getprop_u32_default(blob, path, "#address-cells", 1); in cds_pci_fixup()
34 cells += fdt_getprop_u32_default(blob, path, "#interrupt-cells", 1); in cds_pci_fixup()
39 piccells = (u32 *)fdt_getprop(blob, off, "#address-cells", NULL); in cds_pci_fixup()
43 piccells = (u32 *)fdt_getprop(blob, off, "#interrupt-cells", NULL); in cds_pci_fixup()
59 map[3] = ((map[3] + slot - 2) % 4) + 1; in cds_pci_fixup()
65 int ft_board_setup(void *blob, bd_t *bd) in ft_board_setup() argument
67 ft_cpu_setup(blob, bd); in ft_board_setup()
69 ft_pci_setup(blob, bd); in ft_board_setup()