Lines Matching defs:emac_eth_dev
111 struct emac_eth_dev { struct
112 struct emac_dma_desc rx_chain[CONFIG_TX_DESCR_NUM];
113 struct emac_dma_desc tx_chain[CONFIG_RX_DESCR_NUM];
117 u32 interface;
118 u32 phyaddr;
119 u32 link;
120 u32 speed;
121 u32 duplex;
122 u32 phy_configured;
123 u32 tx_currdescnum;
124 u32 rx_currdescnum;
125 u32 addr;
149 struct emac_eth_dev *priv = dev_get_priv(dev); in sun8i_mdio_read() argument