Searched refs:AID (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cherrystone/sys/
H A Dcherrystone.h63 #define CHERRYSTONE_GETSLOT(AID) (((AID&0xc)>>1)|(AID&1))
64 #define CHERRYSTONE_GETSLOT_LABEL(AID) ('A' + CHERRYSTONE_GETSLOT(AID))
65 #define CHERRYSTONE_GETSID(AID) ((AID&2)>>1)
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Ddaktari.h64 #define DAK_GETSLOT(AID) (((AID&4)>>1)|(AID&1))
65 #define DAK_GETSLOT_LABEL(AID) ('A' + DAK_GETSLOT(AID))
66 #define DAK_GETSID(AID) ((AID&2)>>1)
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h533 uint16_t AID; member in struct:__anon6180
693 /* used for AID sets/clears */
H A Dmwl.c1715 pCmd->AID = LE_16(aid);

Completed in 240 milliseconds