Searched refs:pcf8584_attachflags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c284 if ((i2c->pcf8584_attachflags & ADD_INTR) != 0) {
290 if ((i2c->pcf8584_attachflags & IMUTEX) != 0) {
294 if ((i2c->pcf8584_attachflags & SETUP_REGS) != 0) {
297 if ((i2c->pcf8584_attachflags & NEXUS_REGISTER) != 0) {
300 if ((i2c->pcf8584_attachflags & PROP_CREATE) != 0) {
304 if ((i2c->pcf8584_attachflags & MINOR_NODE) != 0) {
354 i2c->pcf8584_attachflags |= PROP_CREATE;
363 i2c->pcf8584_attachflags |= SETUP_REGS;
375 i2c->pcf8584_attachflags |= IMUTEX;
379 i2c->pcf8584_attachflags |
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dpcf8584.h129 int pcf8584_attachflags; member in struct:pcf8584

Completed in 46 milliseconds