Home
last modified time | relevance | path

Searched refs:ARSrateSMPTimeOutPortID (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsampirsp.c3100 bit32 ARSrateSMPTimeOutPortID, IRMcnITNexusTimeOut, status, tag; in mpiGetDevInfoRsp() local
3162 …OSSA_READ_LE_32(AGROOT, &ARSrateSMPTimeOutPortID, pIomb, OSSA_OFFSET_OF(agsaGetDevInfoRspV_t, ARSr… in mpiGetDevInfoRsp()
3216 commonDevInfo.smpTimeout = (bit16)((ARSrateSMPTimeOutPortID >> SHIFT8 ) & SMPTO_VBITS); in mpiGetDevInfoRsp()
3219 commonDevInfo.devType_S_Rate = (bit8)((ARSrateSMPTimeOutPortID >> SHIFT24) & 0x3f); in mpiGetDevInfoRsp()
3220 commonDevInfo.flag = (bit32)((ARSrateSMPTimeOutPortID >> SHIFT30 ) & FLAG_VBITS); in mpiGetDevInfoRsp()
3228 if ( ((ARSrateSMPTimeOutPortID & DEV_TYPE_BITS) >> SHIFT28 == 0x00) || in mpiGetDevInfoRsp()
3229 ((ARSrateSMPTimeOutPortID & DEV_TYPE_BITS) >> SHIFT28 == 0x01)) in mpiGetDevInfoRsp()
HDsampidefs.h1225 bit32 ARSrateSMPTimeOutPortID; member