Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c162 static int ffb_i2c_read_byte(void *, uint8_t *, int);
392 sc->sc_i2c.ic_read_byte = ffb_i2c_read_byte; in ffb_attach_i2c()
1336 ffb_i2c_read_byte(void *cookie, uint8_t *valp, int flags) in ffb_i2c_read_byte() function