Home
last modified time | relevance | path

Searched refs:SLOT (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/i2c/clients/
H A Dhpc3130.h56 #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
/titanic_41/usr/src/uts/sun4u/daktari/sys/
H A Ddaktari.h67 #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
70 'a'+(SLOT))
73 #define DAK_GET_PCI_APID(BUF, SZ, SLOT) (void) snprintf((BUF), \ argument
75 (SLOT))
/titanic_41/usr/src/uts/sun4u/cherrystone/sys/
H A Dcherrystone.h66 #define CHERRYSTONE_GETAID(SLOT, SID) (((SLOT&2)<<1)|(SLOT&1)|((SID)<<1)) argument
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2140 case SLOT: in scsb_get_led_regnum()
2147 code = FRU_UNIT_TO_EVCODE(SLOT, suip->unit_number); in scsb_get_led_regnum()
2486 if (suip->unit_type == SLOT && !(scsb->scsb_state & SCSB_P10_PROM)) { in scsb_led_get()
2536 } else if (suip->unit_type == SLOT && in scsb_led_set()
2557 if (suip->unit_type != SLOT && scsb->scsb_state & in scsb_led_set()
2573 if (suip->unit_type == SLOT && !(scsb->scsb_state & SCSB_P10_PROM)) { in scsb_led_set()
2602 (IS_SCB_P10 && suip->unit_type != SLOT) || in scsb_led_set()
2702 if (fru_type == SLOT && (scsb->scsb_state & in scsb_set_scfg_pres_leds()
2783 if (fru_type != SLOT || (fru_type == SLOT && in scsb_set_scfg_pres_leds()
2940 mct_system_info.max_units[SLOT] = MC_MAX_SLOTS; in scsb_set_topology()
[all …]
H A Dhsc.c403 sunit.unit_type = SLOT; in hsc_led_state()
716 sunit.unit_type = SLOT; in hsc_slot_enable()
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb_led.h55 SLOT = 0 enumerator
H A Dmct_topology.h180 SLOT = 0, enumerator
/titanic_41/usr/src/uts/common/io/sfe/
H A Dsfe_util.c108 &(dp)->tx_buf[SLOT((dp)->tx_slots_base + (sn), (dp)->gc.gc_tx_buf_size)]
425 SLOT(head, dp->gc.gc_rx_ring_size), nslot, in gem_rx_start_default()
445 SLOT(dp->tx_active_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
447 SLOT(dp->tx_active_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
450 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
452 SLOT(dp->tx_softq_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
455 SLOT(dp->tx_free_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
457 SLOT(dp->tx_free_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
460 SLOT(dp->tx_desc_head, dp->gc.gc_tx_ring_size), in gem_dump_txbuf()
462 SLOT(dp->tx_desc_tail, dp->gc.gc_tx_ring_size), in gem_dump_txbuf()
[all …]
H A Dsfe.c1233 SLOT(start_slot + 1, tx_ring_size), in sfe_tx_start()
1293 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot + ndesc - 1, tx_ring_size)]; in sfe_tx_desc_stat()
1339 n = SLOT(slot + i, tx_ring_size); in sfe_tx_desc_stat()
1497 &dp->tx_ring[SFE_DESC_SIZE * SLOT(slot - 1, tx_ring_size)]; in sfe_tx_desc_init()
1517 &dp->rx_ring[SFE_DESC_SIZE * SLOT(slot - 1, rx_ring_size)]; in sfe_rx_desc_init()
1601 SLOT(dp->rx_active_head, rx_ring_size)); in sfe_interrupt()
H A Dsfe_util.h183 #define SLOT(seqnum, size) (((unsigned int)(seqnum)) & ((size)-1)) macro
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c693 pks_topo->max_units[SLOT], 0); in do_scsb_kstat()
694 for (i = 0; i < pks_topo->max_units[SLOT]; ++i) { in do_scsb_kstat()
1213 max_slots_minus_cpu = scsb_ks_topo.max_units[SLOT]-1; in dump_prop_list()
1418 scsb_ks_topo.max_units[SLOT], 0); in display_mc_prtdiag_info()
1496 for (i = 0; i < scsb_ks_topo.max_units[SLOT]; ++i) { in display_mc_prtdiag_info()
1501 mcfru_type = prtdiag_fru_types[SLOT]; in display_mc_prtdiag_info()
1527 mcfru_type = prtdiag_fru_types[SLOT]; in display_mc_prtdiag_info()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2194 #define FORALL_CACHERECORDS(SLOT,CG,CR) \ argument
2195 for ((SLOT) = 0; (SLOT) < CACHE_HASH_SLOTS; (SLOT)++) \
2196 for((CG)=m->rrcache_hash[(SLOT)]; (CG); (CG)=(CG)->next) \