Searched refs:oc_getreg (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-ocores.c72 static inline u8 oc_getreg(struct ocores_i2c *i2c, int reg) function
80 u8 stat = oc_getreg(i2c, OCI2C_STATUS);
106 msg->buf[i2c->pos++] = oc_getreg(i2c, OCI2C_DATA);
181 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL);
300 oc_setreg(i2c, OCI2C_CONTROL, oc_getreg(i2c, OCI2C_CONTROL)
326 u8 ctrl = oc_getreg(i2c, OCI2C_CONTROL);

Completed in 75 milliseconds