Lines Matching refs:xfercnt
755 #define GET_XFER_CNT(port, xfercnt) {RD_HARP32(port,hp_xfercnt_0,xfercnt); xfercnt &= 0xFFFFFF;}
756 /* #define GET_XFER_CNT(port, xfercnt) (xfercnt = RD_HARPOON(port+hp_xfercnt_2), \
757 xfercnt <<= 16,\
758 xfercnt |= RDW_HARPOON((unsigned short)(port+hp_xfercnt_0)))
4375 u32 xfercnt;
4410 GET_XFER_CNT(port, xfercnt);
4416 currSCCB->Sccb_ATC += (currSCCB->Sccb_XferCnt - xfercnt);
4418 currSCCB->Sccb_XferCnt = xfercnt;