Lines Matching refs:dspcfg
583 u16 dspcfg; member
1214 int dspcfg; in init_phy_fixup() local
1218 np->dspcfg = (np->srr <= SRR_DP83815_C)? in init_phy_fixup()
1220 writew(np->dspcfg, ioaddr + DSPCFG); in init_phy_fixup()
1227 dspcfg = readw(ioaddr + DSPCFG); in init_phy_fixup()
1229 if (np->dspcfg == dspcfg) in init_phy_fixup()
1614 np->dspcfg = data | DSPCFG_LOCK; in do_cable_magic()
1615 writew(np->dspcfg, ioaddr + DSPCFG); in do_cable_magic()
1636 np->dspcfg = data & ~DSPCFG_LOCK; in undo_cable_magic()
1637 writew(np->dspcfg, ioaddr + DSPCFG); in undo_cable_magic()
1803 u16 dspcfg; in netdev_timer() local
1808 dspcfg = readw(ioaddr+DSPCFG); in netdev_timer()
1810 if (np->dspcfg_workaround && dspcfg != np->dspcfg) { in netdev_timer()