Lines Matching refs:nRead
124 I2CByte *ReadBuffer, int nRead)
157 RADEON_I2C_GO | RADEON_I2C_START | ((nRead >0)?0:RADEON_I2C_STOP) | RADEON_I2C_DRIVE_EN;
169 if(nRead > 0) {
170 RADEONWaitForFifo(pScrn, 4+nRead);
178 nRead | 0x100;
188 for (loop = 0; loop < nRead; loop++)
209 I2CByte *ReadBuffer, int nRead)
242 RADEON_I2C_GO | RADEON_I2C_START | ((nRead >0)?0:RADEON_I2C_STOP) | RADEON_I2C_DRIVE_EN;
254 if(nRead > 0) {
255 RADEONWaitForFifo(pScrn, 4+nRead);
263 nRead | 0x010;
274 for (loop = 0; loop < nRead; loop++)