Searched refs:GSTOffset (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | spcdefs.h | 111 bit32 GSTOffset; /**< DW6 General Status Table */ member
|
H A D | sainit.c | 2693 …saHwRegReadExt(agRoot, pcibar, (bit32)MSGUCfgTblDWIdx + (bit32)(mainCfg.GSTOffset + GST_GSTLEN_MPI… in mpiInitialize() 2703 …GSTLenMPIS = ossaHwRegReadExt(agRoot, pcibar, (bit32)MSGUCfgTblDWIdx + (bit32)(mainCfg.GSTOffset +… in mpiInitialize() 3118 config->GSTOffset = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_GST_OFFSET); in mpiWaitForConfigTable() 3180 SA_DBG1(("mpiWaitForConfigTable: GSTOffset value = 0x%08x\n", config->GSTOffset)); in mpiWaitForConfigTable() 3436 bit32 CfgTblDWIdx, GSTOffset, GSTLenMPIS; in mpiUnInitConfigTable() local 3494 GSTOffset = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + MAIN_GST_OFFSET); in mpiUnInitConfigTable() 3499 if(GSTOffset == 0xFFFFFFFF) in mpiUnInitConfigTable() 3501 SA_DBG1(("mpiUnInitConfigTable:AGSA_RC_FAILURE GSTOffset = 0x%x\n",GSTOffset)); in mpiUnInitConfigTable() 3505 …GSTLenMPIS = ossaHwRegReadExt(agRoot, pcibar, (bit32)CfgTblDWIdx + (bit32)(GSTOffset + GST_GSTLEN_… in mpiUnInitConfigTable()
|