Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dvoyager.c107 static int voyager_i2c_write_byte(void *, uint8_t, int);
264 sc->sc_i2c.ic_write_byte = voyager_i2c_write_byte; in voyager_attach()
374 voyager_i2c_write_byte(void *cookie, uint8_t val, int flags) in voyager_i2c_write_byte() function