Home
last modified time | relevance | path

Searched refs:ssc100_common (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/sun4u/io/i2c/clients/
H A Dssc100.c48 static int ssc100_common(struct ssc100_unit *, uchar_t *, uchar_t, int8_t);
224 ssc100_common(struct ssc100_unit *unitp, uchar_t *byte, uchar_t input, in ssc100_common() function
261 err = ssc100_common(unitp, byte, reg, I2C_WR_RD); in ssc100_get_reg()
274 err = ssc100_common(unitp, byte, 0, I2C_RD); in ssc100_get()
287 err = ssc100_common(unitp, NULL, byte, I2C_WR); in ssc100_set()