Home
last modified time | relevance | path

Searched refs:cpu_phandle (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/generic/
Dboard-sead3.c58 uint32_t cfg, cpu_phandle; in remove_gic() local
84 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
85 if (!cpu_phandle) { in remove_gic()
93 cpu_phandle); in remove_gic()
122 err = fdt_setprop_u32(fdt, eth_off, "interrupt-parent", cpu_phandle); in remove_gic()
140 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-dtshim.c235 uint32_t cpu_phandle, sc_cfg; in remove_gic() local
284 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
285 if (!cpu_phandle) { in remove_gic()
290 err = fdt_setprop_u32(fdt, i8259_off, "interrupt-parent", cpu_phandle); in remove_gic()
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3.c1195 u32 cpu_phandle; in gic_populate_ppi_partitions() local
1199 i, &cpu_phandle); in gic_populate_ppi_partitions()
1203 cpu_node = of_find_node_by_phandle(cpu_phandle); in gic_populate_ppi_partitions()