Searched defs:SLOT (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/uts/sun4u/sys/i2c/clients/ |
H A D | hpc3130.h | 56 #define HPC3130_GENERAL_CONFIG_REG(SLOT) (0x00 + ((SLOT) * 8)) argument 57 #define HPC3130_HP_STATUS_REG(SLOT) (0x01 + ((SLOT) * 8)) argument 58 #define HPC3130_HP_CONTROL_REG(SLOT) (0x02 + ((SLOT) * 8)) argument 59 #define HPC3130_ATTENTION_INDICATOR(SLOT) (0x03 + ((SLOT) * 8)) argument 60 #define HPC3130_INTERRUPT_STATUS_REG(SLOT) (0x06 + ((SLOT) * argument 61 HPC3130_INTERRUPT_ENABLE_REG(SLOT) global() argument [all...] |
/titanic_52/usr/src/uts/sun4u/daktari/sys/ |
H A D | daktari.h | 67 #define DAK_GETAID(SLOT, RELCPU) (((SLOT&2)<<1)|(SLOT&1)|((RELCPU)<<1)) argument 69 #define DAK_GET_SBD_APID(BUF, SZ, SLOT) (void) snprintf((BUF), (SZ), "SB%c", \ argument 73 #define DAK_GET_PCI_APID(BUF, SZ, SLOT) (void) snprintf((BUF), \ argument
|
/titanic_52/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | scsb_led.h | 55 SLOT = 0 enumerator
|
H A D | mct_topology.h | 180 SLOT = 0, enumerator
|
/titanic_52/usr/src/uts/sun4u/cherrystone/sys/ |
H A D | cherrystone.h | 66 #define CHERRYSTONE_GETAID(SLOT, SID) (((SLOT&2)<<1)|(SLOT&1)|((SID)<<1)) argument
|
/titanic_52/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.h | 183 #define SLOT(seqnum, size) (((unsigned int)(seqnum)) & ((size)-1)) macro
|
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSEmbeddedAPI.h | 1468 #define FORALL_AUTHRECORDS(SLOT,AG,AR) \ argument 2474 #define FORALL_CACHERECORDS(SLOT,CG,CR) \ argument [all...] |