Home
last modified time | relevance | path

Searched defs:emac_regs (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c19 struct emac_regs { struct
20 u32 ctl; /* 0x00 */
21 u32 tx_mode; /* 0x04 */
22 u32 tx_flow; /* 0x08 */
23 u32 tx_ctl0; /* 0x0c */
24 u32 tx_ctl1; /* 0x10 */
25 u32 tx_ins; /* 0x14 */
26 u32 tx_pl0; /* 0x18 */
27 u32 tx_pl1; /* 0x1c */
28 u32 tx_sta; /* 0x20 */
[all …]
H A Dpic32_eth.c29 struct pic32_emac_regs *emac_regs; member
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Demac.h27 struct emac_regs { struct
30 u32 mr1; /* Reset */
33 u32 rmr; /* Reset */
41 union {
61 } u0;
63 u32 lsah;
64 u32 lsal;
69 u32 octx;
70 u32 ocrx;
71 union {
[all …]
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-ethtool.c199 static const u16 emac_regs[] = { variable
/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.h228 } emac_regs; typedef
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c690 void __iomem *emac_regs; member