Lines Matching refs:csr6
310 int csr6; member
685 return np->csr6; in update_link()
696 return np->csr6; in update_link()
728 result = np->csr6 & ~0x20000200; in update_link()
733 if (result != np->csr6 && debug) in update_link()
750 if (new==np->csr6) in update_csr6()
753 iowrite32(np->csr6 & ~0x2002, ioaddr + NetworkConfig); in update_csr6()
775 np->csr6 = new; in update_csr6()
777 iowrite32(np->csr6, ioaddr + NetworkConfig); in update_csr6()
919 np->csr6 = 0; in init_registers()
1306 new = np->csr6 + 0x4000; in netdev_error()
1308 new = (np->csr6 >> 14)&0x7f; in netdev_error()
1313 new = (np->csr6 & ~(0x7F << 14)) | (new<<14); in netdev_error()
1385 update_csr6(dev, (np->csr6 & ~0x00F8) | rx_mode); in set_rx_mode()
1599 BUG_ON(np->csr6 || ioread32(ioaddr + IntrEnable)); in w840_suspend()