Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h331 #define S1394_CFGROM_ALL_READ 0x00000004 /* read all of it */ macro
338 #define S1394_CFGROM_READ_MASK (S1394_CFGROM_BIB_READ | S1394_CFGROM_ALL_READ)
360 #define SET_CFGROM_ALL_READ(n) ((n)->cfgrom_state |= S1394_CFGROM_ALL_READ)
362 ~S1394_CFGROM_ALL_READ)
364 (((n)->cfgrom_state & S1394_CFGROM_ALL_READ) != 0 ? B_TRUE : B_FALSE)