Searched defs:SLOT (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/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) * 8)) argument 61 #define HPC3130_INTERRUPT_ENABLE_REG(SLOT) (0x07 + ((SLOT) * 8)) argument
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 96 #define SLOT "slot" macro
|
/illumos-gate/usr/src/uts/common/io/usbgem/ |
H A D | usbgem.h | 78 #define SLOT(dp, n) ((n) % (dp)->ugc.usbgc_tx_list_max) macro
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.h | 183 #define SLOT(seqnum, size) (((unsigned int)(seqnum)) & ((size)-1)) macro
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
H A D | mDNSEmbeddedAPI.h | 1369 #define FORALL_AUTHRECORDS(SLOT,AG,AR) \ argument 2386 #define FORALL_CACHERECORDS(SLOT,CG,CR) \ argument
|