Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/generic/
H A Dboard-sead3.c53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local
130 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic()
131 if (ehci_off < 0) { in remove_gic()
132 pr_err("unable to find EHCI DT node: %d\n", ehci_off); in remove_gic()
133 return ehci_off; in remove_gic()
136 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic()
142 err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int); in remove_gic()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dboard-sead3.c53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local
130 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic()
131 if (ehci_off < 0) { in remove_gic()
132 pr_err("unable to find EHCI DT node: %d\n", ehci_off); in remove_gic()
133 return ehci_off; in remove_gic()
136 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic()
142 err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int); in remove_gic()

Completed in 2 milliseconds