Lines Matching refs:fdt_property_cell
252 res = fdt_property_cell(fdt, "interrupt-parent", PHANDLE_GIC); in fdt_property_interrupts()
298 res = fdt_property_cell(fdt, "interrupt-parent", PHANDLE_GIC); in make_root_properties()
301 res = fdt_property_cell(fdt, "#address-cells", ROOT_ADDRESS_CELLS); in make_root_properties()
304 res = fdt_property_cell(fdt, "#size-cells", ROOT_SIZE_CELLS); in make_root_properties()
369 res = fdt_property_cell(fdt, "#address-cells", 1); in make_cpus_node()
372 res = fdt_property_cell(fdt, "#size-cells", 0); in make_cpus_node()
419 res = fdt_property_cell(fdt, "cpu_off", PSCI_cpu_off); in make_psci_node()
422 res = fdt_property_cell(fdt, "cpu_on", PSCI_cpu_on); in make_psci_node()
476 res = fdt_property_cell(fdt, "#interrupt-cells", 3); in make_gicv2_node()
479 res = fdt_property_cell(fdt, "#address-cells", 0); in make_gicv2_node()
491 res = fdt_property_cell(fdt, "linux,phandle", PHANDLE_GIC); in make_gicv2_node()
494 res = fdt_property_cell(fdt, "phandle", PHANDLE_GIC); in make_gicv2_node()
518 res = fdt_property_cell(fdt, "#interrupt-cells", 3); in make_gicv3_node()
521 res = fdt_property_cell(fdt, "#address-cells", 0); in make_gicv3_node()
527 res = fdt_property_cell(fdt, "redistributor-stride", in make_gicv3_node()
531 res = fdt_property_cell(fdt, "#redistributor-regions", in make_gicv3_node()
541 res = fdt_property_cell(fdt, "linux,phandle", PHANDLE_GIC); in make_gicv3_node()
544 res = fdt_property_cell(fdt, "phandle", PHANDLE_GIC); in make_gicv3_node()