Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h336 #define S1394_CFGROM_SIZE_IS_CRCSIZE 0x00000080 /* crc size == cfgrom size */ macro
394 ((n)->cfgrom_state |= S1394_CFGROM_SIZE_IS_CRCSIZE)
396 ((n)->cfgrom_state &= ~S1394_CFGROM_SIZE_IS_CRCSIZE)
398 (((n)->cfgrom_state & S1394_CFGROM_SIZE_IS_CRCSIZE) != 0 ? B_TRUE : \