Searched refs:eth_off (Results 1 – 2 of 2) 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 116 eth_off = fdt_node_offset_by_compatible(fdt, -1, "smsc,lan9115"); in remove_gic() 117 if (eth_off < 0) { in remove_gic() 118 pr_err("unable to find ethernet DT node: %d\n", eth_off); in remove_gic() 119 return eth_off; in remove_gic() 122 err = fdt_setprop_u32(fdt, eth_off, "interrupt-parent", cpu_phandle); in remove_gic() 128 err = fdt_setprop_u32(fdt, eth_off, "interrupts", cpu_eth_int); in remove_gic()
|
/Linux-v4.19/drivers/net/ethernet/freescale/fman/ |
D | fman.h | 154 u8 eth_off; /* ETH offset */ member
|