Lines Matching refs:dspcfg
583 u16 dspcfg; member
1217 int dspcfg; in init_phy_fixup() local
1221 np->dspcfg = (np->srr <= SRR_DP83815_C)? in init_phy_fixup()
1223 writew(np->dspcfg, ioaddr + DSPCFG); in init_phy_fixup()
1230 dspcfg = readw(ioaddr + DSPCFG); in init_phy_fixup()
1232 if (np->dspcfg == dspcfg) in init_phy_fixup()
1615 np->dspcfg = data | DSPCFG_LOCK; in do_cable_magic()
1616 writew(np->dspcfg, ioaddr + DSPCFG); in do_cable_magic()
1637 np->dspcfg = data & ~DSPCFG_LOCK; in undo_cable_magic()
1638 writew(np->dspcfg, ioaddr + DSPCFG); in undo_cable_magic()
1804 u16 dspcfg; in netdev_timer() local
1809 dspcfg = readw(ioaddr+DSPCFG); in netdev_timer()
1811 if (np->dspcfg_workaround && dspcfg != np->dspcfg) { in netdev_timer()