Home
last modified time | relevance | path

Searched defs:emac_eth_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dsun8i_emac.c115 struct emac_eth_dev { struct
116 struct emac_dma_desc rx_chain[CONFIG_TX_DESCR_NUM];
117 struct emac_dma_desc tx_chain[CONFIG_RX_DESCR_NUM];
121 u32 interface;
122 u32 phyaddr;
123 u32 link;
124 u32 speed;
125 u32 duplex;
126 u32 phy_configured;
127 u32 tx_currdescnum;
[all …]
H A Dsunxi_emac.c158 struct emac_eth_dev { struct
159 struct emac_regs *regs;
160 struct mii_dev *bus;
161 struct phy_device *phydev;
162 int link_printed;
164 uchar rx_buf[EMAC_RX_BUFSIZE];