Home
last modified time | relevance | path

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

/openbsd/sys/dev/i2c/
H A Dasb100.c112 int sc_satellite[2]; member
211 sc->sc_satellite[0] = 0x48 + (data & 0xf); in asbtm_attach()
212 sc->sc_satellite[1] = 0x48 + ((data >> 4) & 0xf); in asbtm_attach()
214 iic_ignore_addr(sc->sc_satellite[0]); in asbtm_attach()
215 iic_ignore_addr(sc->sc_satellite[1]); in asbtm_attach()
216 if (sc->sc_satellite[0] == sc->sc_satellite[1]) in asbtm_attach()
217 sc->sc_satellite[1] = -1; in asbtm_attach()
254 if (sc->sc_satellite[1] == -1) in asbtm_attach()
370 if (sc->sc_satellite[0] != -1) { in asbtm_refresh()
372 sc->sc_satellite[0], &cmd, sizeof cmd, &sdata2, in asbtm_refresh()
[all …]