HomeSort by: relevance | last modified time | path
    Searched refs:i2c_cntl_0 (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_mm_i2c.c 127 uint32_t i2c_cntl_0, i2c_cntl_1; local
156 i2c_cntl_0 = (pPriv->radeon_N << 24) | (pPriv->radeon_M << 16) |
158 OUTREG(RADEON_I2C_CNTL_0, i2c_cntl_0);
181 i2c_cntl_0 = (pPriv->radeon_N << 24) | (pPriv->radeon_M << 16) |
183 OUTREG(RADEON_I2C_CNTL_0, i2c_cntl_0);
212 uint32_t i2c_cntl_0, i2c_cntl_1; local
241 i2c_cntl_0 = (pPriv->radeon_N << 24) | (pPriv->radeon_M << 16) |
243 OUTREG(RADEON_I2C_CNTL_0, i2c_cntl_0);
266 i2c_cntl_0 = (pPriv->radeon_N << 24) | (pPriv->radeon_M << 16) |
268 OUTREG(RADEON_I2C_CNTL_0, i2c_cntl_0);
    [all...]
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atilock.c 164 pATI->LockData.i2c_cntl_0 =
165 inr(I2C_CNTL_0) | (I2C_CNTL_STAT | I2C_CNTL_HPTR_RST);
166 outr(I2C_CNTL_0,
167 pATI->LockData.i2c_cntl_0 & ~I2C_CNTL_INT_EN);
531 outr(I2C_CNTL_0, pATI->LockData.i2c_cntl_0);
atistruct.h 407 CARD32 crtc_int_cntl, crtc_gen_cntl, i2c_cntl_0, hw_debug, member in struct:_ATIRec::__anon132

Completed in 7 milliseconds