Lines Matching defs:cpsw_priv
254 struct cpsw_priv { struct
256 struct udevice *dev;
260 struct cpsw_platform_data data;
261 int host_port;
263 struct cpsw_regs *regs;
264 void *dma_regs;
265 struct cpsw_host_regs *host_port_regs;
266 void *ale_regs;
268 struct cpdma_desc *descs;
269 struct cpdma_desc *desc_free;
270 struct cpdma_chan rx_chan, tx_chan;
272 struct cpsw_slave *slaves;
273 struct phy_device *phydev;
274 struct mii_dev *bus;
276 u32 phy_mask;