gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:I2C_SBIxCR2_SWRST (0.00 seconds)
mtkernel_3
device/i2c/sysdepend/tx03_m367/i2c_m367.c - 10.5KB - 305 lines
246:                 out_w(ba[unit] + I2C_SBIxCR0, I2C_SBIxCR0_SBIEN);
247:                 out_w(ba[unit] + I2C_SBIxCR2, I2C_SBIxCR2_SBIM_I2C | I2C_SBIxCR2_SWRST(2));
248:                 out_w(ba[unit] + I2C_SBIxCR2, I2C_SBIxCR2_SBIM_I2C | I2C_SBIxCR2_SWRST(1));
249:                 while ( (in_w(ba[unit] + I2C_SBIxCR1) & I2C_SBIxCR1_SWRMON) == 0 );