Searched refs:eth (Results 1 - 17 of 17) sorted by relevance

/arch/mips/lantiq/xway/
H A Ddevices.h18 extern void ltq_register_etop(struct ltq_eth_data *eth);
H A Ddevices.c113 ltq_register_etop(struct ltq_eth_data *eth) argument
115 if (eth) {
116 ltq_etop.dev.platform_data = eth;
/arch/cris/include/arch-v32/mach-a3/mach/
H A Dstartup.inc48 ;; If eth_mdio, eth, geth bits are set in hwprot, don't
51 move.d 0xFC000000, $r2 ; pins 25..0 are eth_mdio, eth, geth
54 btstq REG_BIT(pinmux, rw_hwprot, eth), $r0
55 GIO_SET_P 0x00FFFF00, $r2 ;; pins 8..23 are eth
/arch/arm/mach-netx/
H A Dnxdkn.c33 #include <mach/eth.h>
42 .name = "netx-eth",
56 .name = "netx-eth",
H A Dnxdb500.c33 #include <mach/eth.h>
106 .name = "netx-eth",
120 .name = "netx-eth",
H A Dnxeb500hmi.c33 #include <mach/eth.h>
109 .name = "netx-eth",
123 .name = "netx-eth",
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dintr_vect_defs.h251 unsigned int eth : 1; member in struct:__anon1042
264 unsigned int eth : 1; member in struct:__anon1043
276 unsigned int eth : 1; member in struct:__anon1044
288 unsigned int eth : 1; member in struct:__anon1045
H A Dclkgen_defs.h103 unsigned int eth : 1; member in struct:__anon962
H A Dpinmux_defs.h86 unsigned int eth : 1; member in struct:__anon1250
/arch/um/drivers/
H A Dnet_kern.c409 "net_device for eth%d\n", n);
420 snprintf(dev->name, sizeof(dev->name), "eth%d", n);
574 static int check_transport(struct transport *transport, char *eth, int n, argument
580 if (strncmp(eth, transport->name, len))
583 eth += len;
584 if (*eth == ',')
585 eth++;
586 else if (*eth != '\0')
593 if (!transport->setup(eth, mac_out, *init_out)) {
603 struct eth_init *eth; local
[all...]
/arch/arm/mach-mmp/
H A Dpxa168.c72 static APMU_CLK(eth, ETH, 0x09, 0);
95 INIT_CLKREG(&clk_eth, "pxa168-eth", "MFUCLK"),
162 PXA168_DEVICE(eth, "pxa168-eth", -1, MFU, 0xc0800000, 0x0fff);
/arch/cris/arch-v32/mach-a3/
H A Dpinmux.c103 clk_ctrl.eth = regk_clkgen_yes;
107 hwprot.eth = hwprot.eth_mdio = regk_pinmux_yes;
282 hwprot.eth = hwprot.eth_mdio = hwprot.geth = regk_pinmux_no;
/arch/xtensa/platforms/iss/
H A Dnetwork.c666 * Note: more protocols can be added by adding '&& !X_init(lp, eth)'.
700 snprintf(dev->name, sizeof dev->name, "eth%d", index);
804 __setup("eth=", iss_net_setup);
817 struct iss_net_init *eth; local
818 eth = list_entry(ele, struct iss_net_init, list);
819 iss_net_configure(eth->index, eth->init);
/arch/cris/include/arch-v32/arch/hwregs/
H A DMakefile53 REGDESC += $(BASEDIR)/io/eth/rtl/eth_regs.r
106 eth_defs.h: $(BASEDIR)/io/eth/rtl/eth_regs.r
/arch/arm/mach-davinci/
H A Dtnetv107x.c132 define_pll_clk(eth, 2, 0x0ff, 0x400);
153 define_pll_div_clk(eth, 5mhz, 1);
154 define_pll_div_clk(eth, 50mhz, 2);
155 define_pll_div_clk(eth, 125mhz, 3);
156 define_pll_div_clk(eth, 250mhz, 4);
157 define_pll_div_clk(eth, 25mhz, 5);
/arch/mips/include/asm/ip32/
H A Dmace.h353 struct mace_ethernet eth; member in struct:sgi_mace
/arch/mips/rb532/
H A Ddevices.c34 #include <asm/mach-rc32434/eth.h>

Completed in 344 milliseconds