HomeSort by: relevance | last modified time | path
    Searched defs:cx24227_readreg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
cx24227.c 49 static int cx24227_readreg(struct cx24227 *, uint8_t, uint16_t *);
126 cx24227_readreg(struct cx24227 *sc, uint8_t reg, uint16_t *data) function in typeref:typename:int
152 cx24227_readreg(sc, 0xf1, &sig);
163 cx24227_readreg(sc, 0xf1, &reg);
243 e = cx24227_readreg(sc, 0x04, &value);
295 cx24227_readreg(sc, 0xab, &reg);
308 cx24227_readreg(sc, 0xe3, &reg);
313 cx24227_readreg(sc, 0xac, &reg);
cx24227.c 49 static int cx24227_readreg(struct cx24227 *, uint8_t, uint16_t *);
126 cx24227_readreg(struct cx24227 *sc, uint8_t reg, uint16_t *data) function in typeref:typename:int
152 cx24227_readreg(sc, 0xf1, &sig);
163 cx24227_readreg(sc, 0xf1, &reg);
243 e = cx24227_readreg(sc, 0x04, &value);
295 cx24227_readreg(sc, 0xab, &reg);
308 cx24227_readreg(sc, 0xe3, &reg);
313 cx24227_readreg(sc, 0xac, &reg);

Completed in 22 milliseconds