Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dtda8444.c376 if (unitp->tda8444_oflag[channel] != 0) { in tda8444_open()
379 unitp->tda8444_oflag[channel] = FEXCL; in tda8444_open()
382 if (unitp->tda8444_oflag[channel] == FEXCL) { in tda8444_open()
385 unitp->tda8444_oflag[channel] = (uint16_t)FOPEN; in tda8444_open()
417 unitp->tda8444_oflag[channel] = 0; in tda8444_close()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dtda8444_impl.h74 uint16_t tda8444_oflag[TDA8444_MAX_DACS]; member