Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/i2c/nexus/
H A Dsmbus.c298 if ((smbus->smbus_attachflags & INTERRUPT_PRI) != 0) { in smbus_dodetach()
305 if ((smbus->smbus_attachflags & NEXUS_REGISTER) != 0) { in smbus_dodetach()
308 if ((smbus->smbus_attachflags & IMUTEX) != 0) { in smbus_dodetach()
317 if ((smbus->smbus_attachflags & ADD_INTR) != 0) { in smbus_dodetach()
370 smbus->smbus_attachflags |= INTERRUPT_PRI; in smbus_doattach()
389 smbus->smbus_attachflags |= ADD_INTR; in smbus_doattach()
402 smbus->smbus_attachflags |= IMUTEX; in smbus_doattach()
408 smbus->smbus_attachflags |= NEXUS_REGISTER; in smbus_doattach()
/titanic_41/usr/src/uts/sun4u/sys/i2c/nexus/
H A Dsmbus.h154 int smbus_attachflags; member