Home
last modified time | relevance | path

Searched defs:AID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cherrystone/sys/
H A Dcherrystone.h63 #define CHERRYSTONE_GETSLOT(AID) (((AID&0xc)>>1)|(AID&1)) argument
64 #define CHERRYSTONE_GETSLOT_LABEL(AID) ('A' + CHERRYSTONE_GETSLOT(AID)) argument
65 #define CHERRYSTONE_GETSID(AID) ((AID&2)>>1) argument
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Ddaktari.h64 #define DAK_GETSLOT(AID) (((AID&4)>>1)|(AID&1)) argument
65 #define DAK_GETSLOT_LABEL(AID) ('A' + DAK_GETSLOT(AID)) argument
66 #define DAK_GETSID(AID) ((AID&2)>>1) argument
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h533 uint16_t AID; member