• Home
  • Raw
  • Download

Lines Matching refs:csr6

413     unsigned int csr0, csr6;            /* Current CSR0, CSR6 settings. */  member
1031 outl((tp->csr6 & ~0x00002002), ioaddr + CSR6); in tulip_reset()
1036 outl(tp->csr6 | 0x00002000, ioaddr + CSR6); in tulip_reset()
1053 outl(tp->csr6 | 0x00002002, ioaddr + CSR6); in tulip_reset()
1065 u32 csr6 = inl(ioaddr + CSR6); in tulip_transmit() local
1072 outl(csr6 & ~0x00002000, ioaddr + CSR6); in tulip_transmit()
1101 outl(csr6 | 0x00002000, ioaddr + CSR6); in tulip_transmit()
1114 outl(csr6 & ~0x00002000, ioaddr + CSR6); in tulip_transmit()
1524 tp->csr6 = 0x01000000 | (tp->sym_advertise & 0x0040 ? 0x0200 : 0); in nway_start()
1534 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? 0x0200 : 0); in nway_start()
1535 outl(tp->csr6, ioaddr + CSR6); in nway_start()
1588 tp->csr6 = 0; in init_media()
1616 tp->csr6 = 0x820E0000; in init_media()
1629 tp->csr6 = 0x814C0000 | (tp->full_duplex ? 0x0200 : 0); in init_media()
1636 tp->csr6 = 0x00420000; in init_media()
1643 tp->csr6 = 0x01880000 | (tp->full_duplex ? 0x0200 : 0); in init_media()
1649 tp->csr6 = 0x01a80200; in init_media()
1655 tp->csr6 = 0x00040000; in init_media()
1658 tp->csr6 = tp->mii_cnt ? 0x00040100 : 0x00000100; in init_media()
1668 u32 new_csr6 = tp->csr6 & ~0x40C40200; in pnic_do_nway()
1693 if (tp->csr6 != new_csr6) { in pnic_do_nway()
1694 tp->csr6 = new_csr6; in pnic_do_nway()
1695 outl(tp->csr6 | 0x0002, ioaddr + CSR6); /* Restart Tx */ in pnic_do_nway()
1696 outl(tp->csr6 | 0x2002, ioaddr + CSR6); in pnic_do_nway()
1927 tp->csr6 = new_csr6 | (tp->csr6 & 0xfdff) | (tp->full_duplex ? 0x0200 : 0); in select_media()
1966 new_csr6 = tp->csr6; in tulip_check_duplex()
1974 if (new_csr6 != tp->csr6) { in tulip_check_duplex()
1975 tp->csr6 = new_csr6; in tulip_check_duplex()