Lines Matching refs:csr6
300 int csr6; member
667 return np->csr6; in update_link()
678 return np->csr6; in update_link()
710 result = np->csr6 & ~0x20000200; in update_link()
715 if (result != np->csr6 && debug) in update_link()
732 if (new==np->csr6) in update_csr6()
735 iowrite32(np->csr6 & ~0x2002, ioaddr + NetworkConfig); in update_csr6()
757 np->csr6 = new; in update_csr6()
759 iowrite32(np->csr6, ioaddr + NetworkConfig); in update_csr6()
899 np->csr6 = 0; in init_registers()
1290 new = np->csr6 + 0x4000; in netdev_error()
1292 new = (np->csr6 >> 14)&0x7f; in netdev_error()
1297 new = (np->csr6 & ~(0x7F << 14)) | (new<<14); in netdev_error()
1369 update_csr6(dev, (np->csr6 & ~0x00F8) | rx_mode); in set_rx_mode()
1578 BUG_ON(np->csr6 || ioread32(ioaddr + IntrEnable)); in w840_suspend()