Lines Matching defs:csr6
300 int csr6;
667 return np->csr6;
678 return np->csr6;
710 result = np->csr6 & ~0x20000200;
715 if (result != np->csr6 && debug)
732 if (new==np->csr6)
735 iowrite32(np->csr6 & ~0x2002, ioaddr + NetworkConfig);
757 np->csr6 = new;
759 iowrite32(np->csr6, ioaddr + NetworkConfig);
899 np->csr6 = 0;
1290 new = np->csr6 + 0x4000;
1292 new = (np->csr6 >> 14)&0x7f;
1297 new = (np->csr6 & ~(0x7F << 14)) | (new<<14);
1299 netdev_dbg(dev, "Tx underflow, new csr6 %08x\n", new);
1369 update_csr6(dev, (np->csr6 & ~0x00F8) | rx_mode);
1548 * Disabling hw requires clearing csr6 & IntrEnable.
1578 BUG_ON(np->csr6 || ioread32(ioaddr + IntrEnable));