Lines Matching refs:R
2697 static Byte_t R[4] = { 0x00, 0x00, 0x34, 0x12 }; in sReadAiopNumChan() local
2700 out32((DWordIO_t) io + _INDX_ADDR, R); in sReadAiopNumChan()
2733 static Byte_t R[4]; in sInitChan() local
2762 R[0] = RData[i]; in sInitChan()
2763 R[1] = RData[i + 1] + 0x10 * ChanNum; in sInitChan()
2764 R[2] = RData[i + 2]; in sInitChan()
2765 R[3] = RData[i + 3]; in sInitChan()
2766 out32(ChP->IndexAddr, R); in sInitChan()
2769 ChR = ChP->R; in sInitChan()
2875 Byte_t R[4]; in sStopRxProcessor() local
2877 R[0] = ChP->R[0]; in sStopRxProcessor()
2878 R[1] = ChP->R[1]; in sStopRxProcessor()
2879 R[2] = 0x0a; in sStopRxProcessor()
2880 R[3] = ChP->R[3]; in sStopRxProcessor()
2881 out32(ChP->IndexAddr, R); in sStopRxProcessor()
2908 if (ChP->R[0x32] == 0x08) { /* Rx FIFO is enabled */ in sFlushRxFIFO()