Home
last modified time | relevance | path

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

/arch/mips/generic/
A Dboard-sead3.c54 uint32_t cfg, cpu_phandle; in remove_gic() local
80 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
81 if (!cpu_phandle) { in remove_gic()
89 cpu_phandle); in remove_gic()
118 err = fdt_setprop_u32(fdt, eth_off, "interrupt-parent", cpu_phandle); in remove_gic()
136 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic()
/arch/mips/mti-malta/
A Dmalta-dtshim.c231 uint32_t cpu_phandle, sc_cfg; in remove_gic() local
280 cpu_phandle = fdt_get_phandle(fdt, cpu_off); in remove_gic()
281 if (!cpu_phandle) { in remove_gic()
286 err = fdt_setprop_u32(fdt, i8259_off, "interrupt-parent", cpu_phandle); in remove_gic()

Completed in 4 milliseconds