Searched refs:gic_off (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/mips/generic/ |
D | board-sead3.c | 53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local 61 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic() 62 if (gic_off < 0) { in remove_gic() 63 pr_err("unable to find DT GIC node: %d\n", gic_off); in remove_gic() 64 return gic_off; in remove_gic() 67 err = fdt_nop_node(fdt, gic_off); in remove_gic()
|
/linux-6.1.9/arch/mips/mti-malta/ |
D | malta-dtshim.c | 229 int err, gic_off, i8259_off, cpu_off; in remove_gic() local 254 gic_off = fdt_node_offset_by_compatible(fdt, -1, "mti,gic"); in remove_gic() 255 if (gic_off < 0) { in remove_gic() 257 gic_off); in remove_gic() 261 err = fdt_nop_node(fdt, gic_off); in remove_gic()
|