Home
last modified time | relevance | path

Searched refs:ucc_geth (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/boot/dts/
H A Dkmeter1.dts317 compatible = "ucc_geth";
333 compatible = "ucc_geth";
349 compatible = "ucc_geth";
365 compatible = "ucc_geth";
381 compatible = "ucc_geth";
397 compatible = "ucc_geth";
413 compatible = "ucc_geth";
H A Dmpc836x_rdk.dts266 compatible = "ucc_geth";
281 compatible = "ucc_geth";
296 compatible = "ucc_geth";
311 compatible = "ucc_geth";
H A Dmpc832x_rdb.dts277 compatible = "ucc_geth";
291 compatible = "ucc_geth";
/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8569mds.dts255 compatible = "ucc_geth";
326 compatible = "ucc_geth";
349 compatible = "ucc_geth";
372 compatible = "ucc_geth";
395 compatible = "ucc_geth";
406 compatible = "ucc_geth";
H A Dp1025rdb_32b.dts95 compatible = "ucc_geth";
122 compatible = "ucc_geth";
H A Dp1021mds.dts280 compatible = "ucc_geth";
308 compatible = "ucc_geth";
H A Dmpc8568mds.dts199 compatible = "ucc_geth";
210 compatible = "ucc_geth";
H A Dp1025twr.dtsi238 compatible = "ucc_geth";
267 compatible = "ucc_geth";
/linux/drivers/net/ethernet/freescale/
H A DMakefile20 ucc_geth_driver-objs := ucc_geth.o ucc_geth_ethtool.o
H A Ducc_geth_ethtool.c34 #include "ucc_geth.h"
158 return sizeof(struct ucc_geth); in uec_get_regs_len()
170 for (i = 0; i < sizeof(struct ucc_geth) / sizeof(u32); i++) in uec_get_regs()
H A Ducc_geth.h29 #define DRV_NAME "ucc_geth"
39 struct ucc_geth { struct
1161 struct ucc_geth __iomem *ug_regs;
40 uccfucc_geth global() argument
41 res0ucc_geth global() argument
43 maccfg1ucc_geth global() argument
44 maccfg2ucc_geth global() argument
45 ipgifgucc_geth global() argument
46 hafdupucc_geth global() argument
47 res1ucc_geth global() argument
48 miimngucc_geth global() argument
49 ifctlucc_geth global() argument
50 ifstatucc_geth global() argument
51 macstnaddr1ucc_geth global() argument
52 macstnaddr2ucc_geth global() argument
53 res2ucc_geth global() argument
54 uemprucc_geth global() argument
55 utbiparucc_geth global() argument
56 uescrucc_geth global() argument
57 res3ucc_geth global() argument
58 tx64ucc_geth global() argument
63 tx127ucc_geth global() argument
67 tx255ucc_geth global() argument
70 rx64ucc_geth global() argument
73 rx127ucc_geth global() argument
76 rx255ucc_geth global() argument
79 txokucc_geth global() argument
82 txcfucc_geth global() argument
84 res4ucc_geth global() argument
85 tmcaucc_geth global() argument
88 tbcaucc_geth global() argument
91 rxfokucc_geth global() argument
92 rxbokucc_geth global() argument
93 rbytucc_geth global() argument
97 rmcaucc_geth global() argument
100 rbcaucc_geth global() argument
103 scarucc_geth global() argument
104 scamucc_geth global() argument
105 res5ucc_geth global() argument
H A Ducc_geth.c48 #include "ucc_geth.h"
464 struct ucc_geth __iomem *ug_regs; in get_statistics()
1493 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; in ugeth_mac_link_up()
1895 struct ucc_geth __iomem *ug_regs = ugeth->ug_regs; in ucc_geth_stop()
2164 struct ucc_geth __iomem *ug_regs; in ucc_geth_startup()
3622 .compatible = "ucc_geth",
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Ducc.txt6 - compatible : could be "ucc_geth" or "fsl_atm" and so on.
57 compatible = "ucc_geth";
/linux/
H A DMAINTAINERS9857 F: drivers/net/ethernet/freescale/ucc_geth*