Lines Matching refs:csr6
310 int csr6; member
679 return np->csr6; in update_link()
690 return np->csr6; in update_link()
722 result = np->csr6 & ~0x20000200; in update_link()
727 if (result != np->csr6 && debug) in update_link()
744 if (new==np->csr6) in update_csr6()
747 iowrite32(np->csr6 & ~0x2002, ioaddr + NetworkConfig); in update_csr6()
769 np->csr6 = new; in update_csr6()
771 iowrite32(np->csr6, ioaddr + NetworkConfig); in update_csr6()
913 np->csr6 = 0; in init_registers()
1301 new = np->csr6 + 0x4000; in netdev_error()
1303 new = (np->csr6 >> 14)&0x7f; in netdev_error()
1308 new = (np->csr6 & ~(0x7F << 14)) | (new<<14); in netdev_error()
1380 update_csr6(dev, (np->csr6 & ~0x00F8) | rx_mode); in set_rx_mode()
1591 BUG_ON(np->csr6 || ioread32(ioaddr + IntrEnable)); in w840_suspend()