Searched refs:deviceAddress (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_hwi2c.c | 94 unsigned char deviceAddress, in hwI2CWriteData() argument 103 POKE32(I2C_SLAVE_ADDRESS, deviceAddress & ~0x01); in hwI2CWriteData() 161 unsigned char deviceAddress, in hwI2CReadData() argument 170 POKE32(I2C_SLAVE_ADDRESS, deviceAddress | 0x01); in hwI2CReadData() 225 unsigned char deviceAddress, in hwI2CReadReg() argument 231 if (hwI2CWriteData(deviceAddress, 1, ®isterIndex) == 1) in hwI2CReadReg() 232 hwI2CReadData(deviceAddress, 1, &value); in hwI2CReadReg() 255 unsigned char deviceAddress, in hwI2CWriteReg() argument 264 if (hwI2CWriteData(deviceAddress, 2, value) == 2) in hwI2CWriteReg()
|
D | ddk750_swi2c.c | 458 unsigned char deviceAddress, in swI2CReadReg() argument 468 swI2CWriteByte(deviceAddress); in swI2CReadReg() 475 swI2CWriteByte(deviceAddress + 1); in swI2CReadReg() 498 unsigned char deviceAddress, in swI2CWriteReg() argument 511 if ((swI2CWriteByte(deviceAddress) != 0) || in swI2CWriteReg()
|
D | ddk750_hwi2c.h | 8 unsigned char hwI2CReadReg(unsigned char deviceAddress,unsigned char registerIndex); 9 int hwI2CWriteReg(unsigned char deviceAddress,unsigned char registerIndex,unsigned char data);
|
D | ddk750_swi2c.h | 48 unsigned char deviceAddress, 66 unsigned char deviceAddress,
|