Lines Matching defs:dspcfg
583 u16 dspcfg;
1217 int dspcfg;
1221 np->dspcfg = (np->srr <= SRR_DP83815_C)?
1223 writew(np->dspcfg, ioaddr + DSPCFG);
1230 dspcfg = readw(ioaddr + DSPCFG);
1232 if (np->dspcfg == dspcfg)
1615 np->dspcfg = data | DSPCFG_LOCK;
1616 writew(np->dspcfg, ioaddr + DSPCFG);
1637 np->dspcfg = data & ~DSPCFG_LOCK;
1638 writew(np->dspcfg, ioaddr + DSPCFG);
1804 u16 dspcfg;
1807 /* check for a nasty random phy-reset - use dspcfg as a flag */
1809 dspcfg = readw(ioaddr+DSPCFG);
1811 if (np->dspcfg_workaround && dspcfg != np->dspcfg) {