Searched refs:ehci_off (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/mips/generic/ |
| D | board-sead3.c | 57 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local 134 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic() 135 if (ehci_off < 0) { in remove_gic() 136 pr_err("unable to find EHCI DT node: %d\n", ehci_off); in remove_gic() 137 return ehci_off; in remove_gic() 140 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic() 146 err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int); in remove_gic()
|