Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h227 struct mdio_regs { struct
228 u32 version;
229 u32 control;
230 u32 alive;
231 u32 link;
232 u32 linkintraw;
233 u32 linkintmasked;
234 u32 rsvd0[2];
235 u32 userintraw;
236 u32 userintmasked;
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddavinci_emac.h292 } mdio_regs; typedef
H A Dcpsw.c495 static struct cpsw_mdio_regs *mdio_regs; variable
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c251 static struct eth_regs __iomem *mdio_regs; /* mdio command and status only */ variable