Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/io/i2c/clients/
H A Dpcf8591.c176 if (unitp->pcf8591_oflag != 0) { in pcf8591_open()
179 unitp->pcf8591_oflag = FEXCL; in pcf8591_open()
182 if (unitp->pcf8591_oflag == FEXCL) { in pcf8591_open()
185 unitp->pcf8591_oflag = FOPEN; in pcf8591_open()
217 unitp->pcf8591_oflag = 0; in pcf8591_close()
/titanic_50/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8591_impl.h45 int pcf8591_oflag; member
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c237 if (unitp->pcf8591_oflag[channel] != 0) { in pcf8591_open()
240 unitp->pcf8591_oflag[channel] = FEXCL; in pcf8591_open()
243 if (unitp->pcf8591_oflag[channel] == FEXCL) { in pcf8591_open()
246 unitp->pcf8591_oflag[channel] = FOPEN; in pcf8591_open()
283 unitp->pcf8591_oflag[channel] = 0; in pcf8591_close()
864 unitp->pcf8591_oflag[i] = 0; in pcf8591_do_attach()
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h207 int pcf8591_oflag[PCF8591_MAX_CHANS]; member