Home
last modified time | relevance | path

Searched refs:child_part (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c1843 struct device_node *parts_node, *child_part; in gic_populate_ppi_partitions() local
1867 for_each_child_of_node(parts_node, child_part) in gic_populate_ppi_partitions()
1874 part->partition_id = of_node_to_fwnode(child_part); in gic_populate_ppi_partitions()
1876 pr_info("GIC: PPI partition %pOFn[%d] { ", child_part, part_idx); in gic_populate_ppi_partitions()
1878 n = of_property_count_elems_of_size(child_part, "affinity", sizeof(u32)); in gic_populate_ppi_partitions()
1886 err = of_property_read_u32_index(child_part, "affinity", i, &cpu_phandle); in gic_populate_ppi_partitions()

Completed in 3 milliseconds