Searched refs:DDI_GET32 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_talk2ctlr.c | 489 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 D | cpqary3_isr.c | 50 DDI_GET32(cpqary3p, &ctp->HeartBeat)) { in cpqary3_hw_isr()
|
H A D | cpqary3_util.c | 124 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 D | cpqary3.h | 176 #define DDI_GET32(ctlr, regp) \ macro
|