Lines Matching refs:tcq_rd
187 if((time_after(jiffies,timer+50)) || ((dev->ffL.tcq_rd==dev->host_tcq_wr))) {
199 if (dev->ffL.tcq_rd == dev->ffL.tcq_st)
200 dev->ffL.tcq_rd = dev->ffL.tcq_ed;
202 dev->ffL.tcq_rd -= 2;
203 *(u_short *)(dev->seg_ram + dev->ffL.tcq_rd) = i+1;
216 if (dev->ffL.tcq_rd == dev->host_tcq_wr)
220 desc_num = *(u_short *)(dev->seg_ram + dev->ffL.tcq_rd);
223 dev->ffL.tcq_rd += 2;
224 if (dev->ffL.tcq_rd > dev->ffL.tcq_ed)
225 dev->ffL.tcq_rd = dev->ffL.tcq_st;
226 if (dev->ffL.tcq_rd == dev->host_tcq_wr)
228 desc_num = *(u_short *)(dev->seg_ram + dev->ffL.tcq_rd);
604 if (iadev->host_tcq_wr >= iadev->ffL.tcq_rd)
605 tmp = (iadev->host_tcq_wr - iadev->ffL.tcq_rd) / 2;
607 tmp = (iadev->ffL.tcq_ed - iadev->ffL.tcq_rd + 2 + iadev->host_tcq_wr -
1036 iadev->ffL.tcq_rd);
2044 iadev->ffL.tcq_rd = readw(iadev->seg_reg+TCQ_RD_PTR) & 0xffff;
2956 iadev->ffL.tcq_rd += 2;
2957 if (iadev->ffL.tcq_rd > iadev->ffL.tcq_ed)
2958 iadev->ffL.tcq_rd = iadev->ffL.tcq_st;
2959 writew(iadev->ffL.tcq_rd, iadev->seg_reg+TCQ_RD_PTR);