Lines Matching refs:R
2684 static Byte_t R[4] = { 0x00, 0x00, 0x34, 0x12 }; in sReadAiopNumChan() local
2687 out32((DWordIO_t) io + _INDX_ADDR, R); in sReadAiopNumChan()
2720 static Byte_t R[4]; in sInitChan() local
2749 R[0] = RData[i]; in sInitChan()
2750 R[1] = RData[i + 1] + 0x10 * ChanNum; in sInitChan()
2751 R[2] = RData[i + 2]; in sInitChan()
2752 R[3] = RData[i + 3]; in sInitChan()
2753 out32(ChP->IndexAddr, R); in sInitChan()
2756 ChR = ChP->R; in sInitChan()
2862 Byte_t R[4]; in sStopRxProcessor() local
2864 R[0] = ChP->R[0]; in sStopRxProcessor()
2865 R[1] = ChP->R[1]; in sStopRxProcessor()
2866 R[2] = 0x0a; in sStopRxProcessor()
2867 R[3] = ChP->R[3]; in sStopRxProcessor()
2868 out32(ChP->IndexAddr, R); in sStopRxProcessor()
2895 if (ChP->R[0x32] == 0x08) { /* Rx FIFO is enabled */ in sFlushRxFIFO()