Home
last modified time | relevance | path

Searched refs:DDI_GET32 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_talk2ctlr.c489 CmdsOutMax = DDI_GET32(cpqary3p, &ctp->CmdsOutMax); in cpqary3_init_ctlr()
526 if (!(DDI_GET32(cpqary3p, &ctp->TransportSupport) & in cpqary3_init_ctlr()
579 if (!(DDI_GET32(cpqary3p, &ctp->TransportActive) & in cpqary3_init_ctlr()
594 if (!(DDI_GET32(cpqary3p, &ctp->TransportActive) & in cpqary3_init_ctlr()
608 CmdsOutMax = DDI_GET32(cpqary3p, &ctp->CmdsOutMax); in cpqary3_init_ctlr()
624 cpqary3p->heartbeat = DDI_GET32(cpqary3p, &ctp->HeartBeat); in cpqary3_init_ctlr()
630 DDI_GET32(cpqary3p, &ctp->HostDrvrSupport); in cpqary3_init_ctlr()
634 DDI_GET32(cpqary3p, &ctp->HostDrvrSupport); in cpqary3_init_ctlr()
643 if (!(DDI_GET32(cpqary3p, &ctp->TransportSupport) in cpqary3_init_ctlr()
652 CmdsOutMax = DDI_GET32(cpqary3p, &ctp->MaxPerfModeCmdsOutMax); in cpqary3_init_ctlr()
[all …]
H A Dcpqary3_isr.c50 DDI_GET32(cpqary3p, &ctp->HeartBeat)) { in cpqary3_hw_isr()
H A Dcpqary3_util.c124 if (ctlr->heartbeat == DDI_GET32(ctlr, &ctp->HeartBeat)) { in cpqary3_tick_hdlr()
185 ctlr->heartbeat = DDI_GET32(ctlr, &ctp->HeartBeat); in cpqary3_tick_hdlr()
H A Dcpqary3.h176 #define DDI_GET32(ctlr, regp) \ macro