Home
last modified time | relevance | path

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

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