Lines Matching refs:xfercnt
727 #define GET_XFER_CNT(port, xfercnt) {RD_HARP32(port,hp_xfercnt_0,xfercnt); xfercnt &= 0xFFFFFF;}
728 /* #define GET_XFER_CNT(port, xfercnt) (xfercnt = RD_HARPOON(port+hp_xfercnt_2), \
729 xfercnt <<= 16,\
730 xfercnt |= RDW_HARPOON((unsigned short)(port+hp_xfercnt_0)))
4344 u32 xfercnt;
4379 GET_XFER_CNT(port, xfercnt);
4385 currSCCB->Sccb_ATC += (currSCCB->Sccb_XferCnt - xfercnt);
4387 currSCCB->Sccb_XferCnt = xfercnt;