Lines Matching defs:csr14
37 int csr14 = ioread32(ioaddr + CSR14);
40 if ((csr14 & 0x80) && (csr12 & 0x7000) != 0x5000)
115 int csr14 = ((tp->sym_advertise & 0x0780) << 9) |
122 netdev_dbg(dev, "Restarting 21143 autonegotiation, csr14=%08x\n",
123 csr14);
126 iowrite32(csr14, ioaddr + CSR14);
144 int csr14 = ioread32(ioaddr + CSR14);
147 if ((csr14 & 0x80) && (csr12 & 0x7000) != 0x5000)
152 csr12, csr5, csr14);
234 iowrite32(csr14 & ~0x080, ioaddr + CSR14);