Searched refs:omap_i2c_read_reg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-omap.c262 static inline u16 omap_i2c_read_reg(struct omap_i2c_dev *i2c_dev, int reg) function
333 dev->iestate = omap_i2c_read_reg(dev, OMAP_I2C_IE_REG);
340 iv = omap_i2c_read_reg(dev, OMAP_I2C_IV_REG); /* Read clears */
345 omap_i2c_read_reg(dev, OMAP_I2C_STAT_REG);
363 omap_i2c_read_reg(dev, OMAP_I2C_CON_REG) &
371 while (!(omap_i2c_read_reg(dev, OMAP_I2C_SYSS_REG) &
533 while (omap_i2c_read_reg(dev, OMAP_I2C_STAT_REG) & OMAP_I2C_STAT_BB) {
569 w = omap_i2c_read_reg(dev, OMAP_I2C_BUF_REG);
597 u16 con = omap_i2c_read_reg(dev, OMAP_I2C_CON_REG);
599 con = omap_i2c_read_reg(de
[all...]

Completed in 28 milliseconds