Lines Matching refs:burstCount
139 while(object->writeCount && object->burstCount && in I2CCC32XX_fillTransmitFifo()
144 object->burstCount--; in I2CCC32XX_fillTransmitFifo()
351 if (0 == object->burstCount) { in I2CCC32XX_hwiFxn()
375 if (object->readCount && (0 == object->burstCount)) { in I2CCC32XX_hwiFxn()
415 object->burstCount = I2CCC32XX_MAX_BURST; in I2CCC32XX_primeReadBurst()
418 object->burstCount = object->readCount; in I2CCC32XX_primeReadBurst()
429 if(object->burstCount < I2CCC32XX_FIFO_SIZE) { in I2CCC32XX_primeReadBurst()
431 I2C_FIFOCTL_RXTRIG_M, object->burstCount << I2C_FIFOCTL_RXTRIG_S); in I2CCC32XX_primeReadBurst()
438 I2CMasterBurstLengthSet(hwAttrs->baseAddr, object->burstCount); in I2CCC32XX_primeReadBurst()
475 object->burstCount = I2CCC32XX_MAX_BURST; in I2CCC32XX_primeWriteBurst()
478 object->burstCount = object->writeCount; in I2CCC32XX_primeWriteBurst()
483 object->burstCount); in I2CCC32XX_primeWriteBurst()
527 object->burstCount = 0; in I2CCC32XX_primeTransfer()
566 while(object->readCount && object->burstCount && in I2CCC32XX_readRecieveFifo()
570 object->burstCount--; in I2CCC32XX_readRecieveFifo()