Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasreg.h293 #define FAS_FCODE_MASK 0xf8 /* revision family code mask */ macro
/titanic_44/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1863 fcode = (uchar_t)(idcode & FAS_FCODE_MASK) >> (uchar_t)3; in fas_internal_reset()