Lines Matching refs:readCount
359 else if (object->readCount) { in I2CCC32XX_hwiFxn()
375 if (object->readCount && (0 == object->burstCount)) { in I2CCC32XX_hwiFxn()
385 (!(object->readCount || object->writeCount))) { in I2CCC32XX_hwiFxn()
414 if(object->readCount > I2CCC32XX_MAX_BURST) { in I2CCC32XX_primeReadBurst()
418 object->burstCount = object->readCount; in I2CCC32XX_primeReadBurst()
441 if(object->readCount > I2CCC32XX_MAX_BURST) { in I2CCC32XX_primeReadBurst()
486 if (object->readCount || object->writeCount > I2CCC32XX_MAX_BURST) { in I2CCC32XX_primeWriteBurst()
525 object->readCount = transaction->readCount; in I2CCC32XX_primeTransfer()
566 while(object->readCount && object->burstCount && in I2CCC32XX_readRecieveFifo()
569 object->readCount--; in I2CCC32XX_readRecieveFifo()
803 if ((!transaction->writeCount) && (!transaction->readCount)) { in I2CCC32XX_transfer()