Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h330 #define S1394_CFGROM_BIB_READ 0x00000002 /* bus info blocks read */ macro
338 #define S1394_CFGROM_READ_MASK (S1394_CFGROM_BIB_READ | S1394_CFGROM_ALL_READ)
355 #define SET_CFGROM_BIB_READ(n) ((n)->cfgrom_state |= S1394_CFGROM_BIB_READ)
356 #define CLEAR_CFGROM_BIB_READ(n) ((n)->cfgrom_state &= ~S1394_CFGROM_BIB_READ)
358 (((n)->cfgrom_state & S1394_CFGROM_BIB_READ) != 0 ? B_TRUE : B_FALSE)