Lines Matching refs:arp2ctl
49 u32 arp2ctl;
51 arp2ctl = asd_read_reg_dword(asd_ha, CARP2CTL);
52 if (arp2ctl & PAUSED)
55 asd_write_reg_dword(asd_ha, CARP2CTL, arp2ctl | EPAUSE);
57 arp2ctl = asd_read_reg_dword(asd_ha, CARP2CTL);
58 if (arp2ctl & PAUSED)
75 u32 arp2ctl;
78 arp2ctl = asd_read_reg_dword(asd_ha, CARP2CTL);
79 if (!(arp2ctl & PAUSED))
82 asd_write_reg_dword(asd_ha, CARP2CTL, arp2ctl & ~EPAUSE);
84 arp2ctl = asd_read_reg_dword(asd_ha, CARP2CTL);
85 if (!(arp2ctl & PAUSED))
103 u32 arp2ctl;
106 arp2ctl = asd_read_reg_dword(asd_ha, LmARP2CTL(lseq));
107 if (arp2ctl & PAUSED)
110 asd_write_reg_dword(asd_ha, LmARP2CTL(lseq), arp2ctl | EPAUSE);
112 arp2ctl = asd_read_reg_dword(asd_ha, LmARP2CTL(lseq));
113 if (arp2ctl & PAUSED)
152 u32 arp2ctl;
155 arp2ctl = asd_read_reg_dword(asd_ha, LmARP2CTL(lseq));
156 if (!(arp2ctl & PAUSED))
159 asd_write_reg_dword(asd_ha, LmARP2CTL(lseq), arp2ctl & ~EPAUSE);
161 arp2ctl = asd_read_reg_dword(asd_ha, LmARP2CTL(lseq));
162 if (!(arp2ctl & PAUSED))