HomeSort by relevance Sort by last modified time
    Searched defs:mdio_regs (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/ti-common/
keystone_net.h 226 struct mdio_regs { struct
  /external/u-boot/drivers/net/
davinci_emac.h 291 } mdio_regs; typedef in typeref:struct:__anon47342
cpsw.c 495 static struct cpsw_mdio_regs *mdio_regs; variable in typeref:struct:cpsw_mdio_regs
504 ((reg = __raw_readl(&mdio_regs->user[0].access)) & USERACCESS_GO))
520 ((__raw_readl(&mdio_regs->control) & CONTROL_IDLE) == 0))
539 __raw_writel(reg, &mdio_regs->user[0].access);
557 __raw_writel(reg, &mdio_regs->user[0].access);
567 mdio_regs = (struct cpsw_mdio_regs *)mdio_base;
570 __raw_writel(div | CONTROL_ENABLE, &mdio_regs->control);
    [all...]

Completed in 282 milliseconds