Lines Matching refs:csr6
133 /* now we have to set up csr6 for NWAY state */
135 tp->csr6 = ioread32(ioaddr + CSR6);
137 netdev_dbg(dev, "On Entry to Nway, csr6=%08x\n", tp->csr6);
142 tp->csr6 = tp->csr6 & 0xfe3bd1fd;
146 if (tp->sym_advertise & 0x0040) tp->csr6 |= 0x00000200;
152 tp->csr6 |= 0x01000000;
154 iowrite32(tp->csr6, ioaddr + CSR6);
239 * set duplex (ie. use csr6<9> again)
250 /* get current csr6 and mask off bits not to touch */
253 tp->csr6 = (ioread32(ioaddr + CSR6) & 0xfe3bd1fd);
261 if (dev->if_port & 1) tp->csr6 |= 0x01840000;
262 else tp->csr6 |= 0x00400000;
265 if (tp->full_duplex) tp->csr6 |= 0x00000200;
271 tp->csr6,
276 * new csr6 values
307 tp->csr6 = (ioread32(ioaddr + CSR6) & 0xfe3bd1fd);
308 tp->csr6 |= 0x00400000;
398 tp->csr6 = (ioread32(ioaddr + CSR6) & 0xfe3bd1fd);
399 tp->csr6 |= 0x00400000;