Home
last modified time | relevance | path

Searched refs:eth (Results 1 – 25 of 115) sorted by relevance

12345

/arch/mips/cavium-octeon/
Docteon-platform.c481 static void __init octeon_fdt_set_phy(int eth, int phy_addr) in octeon_fdt_set_phy() argument
493 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
500 alt_phy_handle = fdt_getprop(initial_boot_params, eth, "cavium,alt-phy-handle", NULL); in octeon_fdt_set_phy()
511 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
513 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy()
527 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
530 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy()
531 alt_prop = fdt_get_property_w(initial_boot_params, eth, "cavium,alt-phy-handle", NULL); in octeon_fdt_set_phy()
609 static void __init _octeon_rx_tx_delay(int eth, int rx_delay, int tx_delay) in _octeon_rx_tx_delay() argument
611 fdt_setprop_inplace_cell(initial_boot_params, eth, "rx-delay", in _octeon_rx_tx_delay()
[all …]
/arch/xtensa/platforms/xtfpga/
Dsetup.c132 struct device_node *eth = NULL; in machine_setup() local
134 if ((eth = of_find_compatible_node(eth, NULL, "opencores,ethoc"))) in machine_setup()
135 update_local_mac(eth); in machine_setup()
136 of_node_put(eth); in machine_setup()
/arch/arm/boot/dts/
Dmt7629-rfb.dts63 &eth {
70 compatible = "mediatek,eth-mac";
81 compatible = "mediatek,eth-mac";
153 eth_pins: eth-pins {
155 function = "eth";
Duniphier-pro4-sanji.dts28 ethernet0 = ð
79 &eth {
Duniphier-pro4-ace.dts29 ethernet0 = ð
84 &eth {
Duniphier-ld6b-ref.dts33 ethernet0 = ð
78 &eth {
Duniphier-pro4-ref.dts32 ethernet0 = ð
85 &eth {
Duniphier-pxs2-gentil.dts29 ethernet0 = ð
84 &eth {
Duniphier-pxs2-vodka.dts27 ethernet0 = ð
85 &eth {
Dimx1-apf9328.dts57 eth: eth@4,c00000 { label
Dmt7623a.dtsi20 &eth {
Dorion5x.dtsi180 eth: ethernet-controller@72000 { label
181 compatible = "marvell,orion-eth";
189 compatible = "marvell,orion-eth-port";
Dspear1310.dtsi137 gmac1: eth@5c400000 {
146 gmac2: eth@5c500000 {
155 gmac3: eth@5c600000 {
164 gmac4: eth@5c700000 {
Dmt7623n-rfb-emmc.dts159 &eth {
163 compatible = "mediatek,eth-mac";
175 compatible = "mediatek,eth-mac";
/arch/um/drivers/
Dnet_kern.c546 static int check_transport(struct transport *transport, char *eth, int n, in check_transport() argument
552 if (strncmp(eth, transport->name, len)) in check_transport()
555 eth += len; in check_transport()
556 if (*eth == ',') in check_transport()
557 eth++; in check_transport()
558 else if (*eth != '\0') in check_transport()
565 if (!transport->setup(eth, mac_out, *init_out)) { in check_transport()
575 struct eth_init *eth; in register_transport() local
586 eth = list_entry(ele, struct eth_init, list); in register_transport()
587 match = check_transport(new, eth->init, eth->index, &init, in register_transport()
[all …]
/arch/arm64/boot/dts/socionext/
Duniphier-ld11-ref.dts32 ethernet0 = ð
77 &eth {
Duniphier-ld20-ref.dts32 ethernet0 = ð
65 &eth {
Duniphier-ld20-akebi96.dts38 ethernet0 = ð
150 &eth {
Duniphier-ld20-global.dts33 ethernet0 = ð
136 &eth {
Duniphier-ld11-global.dts33 ethernet0 = ð
154 &eth {
/arch/mips/boot/dts/qca/
Dar9331.dtsi120 compatible = "qca,ar9330-eth";
127 clock-names = "eth", "mdio";
136 compatible = "qca,ar9330-eth";
142 clock-names = "eth", "mdio";
/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu102-rev1.0.dts25 eth_mac: eth-mac@20 {
/arch/arm64/boot/dts/broadcom/stingray/
Dstingray-board-base.dtsi47 gphy0: eth-phy@10 {
/arch/arm64/boot/dts/mediatek/
Dmt7622-bananapi-bpi-r64.dts117 &eth {
120 compatible = "mediatek,eth-mac";
132 compatible = "mediatek,eth-mac";
331 eth_pins: eth-pins {
333 function = "eth";
/arch/mips/boot/dts/ralink/
Dgardena_smart_gateway_mt7688.dts105 label = "smartgw:eth:link";
111 label = "smartgw:eth:act";

12345