Searched refs:registerIndex (Results 1 – 5 of 5) sorted by relevance
35 void markRegisterUsed(int registerIndex) { in markRegisterUsed() argument36 UsedRegisters.push_back(registerIndex); in markRegisterUsed()
1375 if ((pSGpioReq->registerIndex > 0x01) || \ in tdsaSGpioIoctlSetup()1376 ((0x00 == pSGpioReq->registerIndex) && (pSGpioReq->registerCount > 0x02)) || \ in tdsaSGpioIoctlSetup()1377 ((0x01 == pSGpioReq->registerIndex) && (pSGpioReq->registerCount > 0x01))) in tdsaSGpioIoctlSetup()
4630 pSGpioReq->registerIndex = regIndex; in SendSgpioRequest()
2159 bit8 registerIndex; /* used only in request */ member
2239 ((bit32)pSGpioReq->registerIndex << 24))); in saSgpio()