Home
last modified time | relevance | path

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

/external/u-boot/include/
Dtsec.h395 struct tsec_private { struct
396 struct txbd8 __iomem txbd[TX_BUF_CNT];
397 struct rxbd8 __iomem rxbd[PKTBUFSRX];
398 struct tsec __iomem *regs;
399 struct tsec_mii_mng __iomem *phyregs_sgmii;
400 struct phy_device *phydev;
401 phy_interface_t interface;
402 struct mii_dev *bus;
403 uint phyaddr;
404 uint tbiaddr;
[all …]