Lines Matching refs:csr6
415 unsigned int csr0, csr6; /* Current CSR0, CSR6 settings. */ member
935 int csr6 = inl(ioaddr + CSR6) & ~0x00D5; in set_rx_mode() local
937 tp->csr6 &= ~0x00D5; in set_rx_mode()
940 tp->csr6 |= AcceptAllMulticast; in set_rx_mode()
941 csr6 |= AcceptAllMulticast; in set_rx_mode()
943 outl(csr6, ioaddr + CSR6); in set_rx_mode()
1040 outl((tp->csr6 & ~0x00002002), ioaddr + CSR6); in tulip_reset()
1045 outl(tp->csr6 | 0x00002000, ioaddr + CSR6); in tulip_reset()
1064 outl(tp->csr6 | 0x00002002, ioaddr + CSR6); in tulip_reset()
1075 u32 csr6 = inl(ioaddr + CSR6); in tulip_transmit() local
1082 outl(csr6 & ~0x00002000, ioaddr + CSR6); in tulip_transmit()
1111 outl(csr6 | 0x00002000, ioaddr + CSR6); in tulip_transmit()
1124 outl(csr6 & ~0x00002000, ioaddr + CSR6); in tulip_transmit()
1556 tp->csr6 = 0x01000000 | (tp->sym_advertise & 0x0040 ? 0x0200 : 0); in nway_start()
1566 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? 0x0200 : 0); in nway_start()
1567 outl(tp->csr6, ioaddr + CSR6); in nway_start()
1620 tp->csr6 = 0; in init_media()
1648 tp->csr6 = 0x820E0000; in init_media()
1661 tp->csr6 = 0x814C0000 | (tp->full_duplex ? 0x0200 : 0); in init_media()
1668 tp->csr6 = 0x00420000; in init_media()
1675 tp->csr6 = 0x01880000 | (tp->full_duplex ? 0x0200 : 0); in init_media()
1681 tp->csr6 = 0x01a80200; in init_media()
1687 tp->csr6 = 0x00040000; in init_media()
1690 tp->csr6 = tp->mii_cnt ? 0x00040100 : 0x00000100; in init_media()
1700 u32 new_csr6 = tp->csr6 & ~0x40C40200; in pnic_do_nway()
1725 if (tp->csr6 != new_csr6) { in pnic_do_nway()
1726 tp->csr6 = new_csr6; in pnic_do_nway()
1727 outl(tp->csr6 | 0x0002, ioaddr + CSR6); /* Restart Tx */ in pnic_do_nway()
1728 outl(tp->csr6 | 0x2002, ioaddr + CSR6); in pnic_do_nway()
1959 tp->csr6 = new_csr6 | (tp->csr6 & 0xfdff) | (tp->full_duplex ? 0x0200 : 0); in select_media()
1998 new_csr6 = tp->csr6; in tulip_check_duplex()
2006 if (new_csr6 != tp->csr6) { in tulip_check_duplex()
2007 tp->csr6 = new_csr6; in tulip_check_duplex()