Home
last modified time | relevance | path

Searched refs:MSGUCfgTblBase (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1848 bit32 MSGUCfgTblBase, ret = AGSA_RC_SUCCESS; in mpiInitialize() local
1916 MSGUCfgTblBase = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_0,MSGU_SCRATCH_PAD_0); in mpiInitialize()
1918 MSGUCfgTblBase = (MSGUCfgTblBase & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in mpiInitialize()
1920 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiInitialize()
1922 SA_DBG1(("mpiInitialize: MSGUCfgTblBase = 0x%x\n", MSGUCfgTblBase)); in mpiInitialize()
2907 bit32 MSGUCfgTblBase, ret = AGSA_RC_SUCCESS; in mpiWaitForConfigTable() local
3055 MSGUCfgTblBase = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_0,MSGU_SCRATCH_PAD_0); in mpiWaitForConfigTable()
3057 CfgTblDWIdx = MSGUCfgTblBase & SCRATCH_PAD0_OFFSET_MASK; in mpiWaitForConfigTable()
3059 MSGUCfgTblBase = (MSGUCfgTblBase & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in mpiWaitForConfigTable()
3065 if (BAR4 != MSGUCfgTblBase) in mpiWaitForConfigTable()
[all …]
H A Dsahw.c2918 bit32 MSGUCfgTblBase = 0; in siGetPciBar() local
2920 MSGUCfgTblBase = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_0,MSGU_SCRATCH_PAD_0); in siGetPciBar()
2921 pcibar = (MSGUCfgTblBase & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in siGetPciBar()
2934 bit32 MSGUCfgTblBase; in siGetTableOffset() local
2936 MSGUCfgTblBase = siHalRegReadExt(agRoot, GEN_MSGU_SCRATCH_PAD_0,MSGU_SCRATCH_PAD_0); in siGetTableOffset()
2938 MSGUCfgTblBase &= SCRATCH_PAD0_OFFSET_MASK; in siGetTableOffset()
2940 TableOffset = ossaHwRegReadExt(agRoot,siGetPciBar(agRoot) ,MSGUCfgTblBase +TableOffsetInTable ); in siGetTableOffset()
2945 TableOffset +=MSGUCfgTblBase; in siGetTableOffset()
H A Dsaioctlcmd.c722 bit32 ContrlCapFlag, MSGUCfgTblBase, CfgTblDWIdx; in saGetControllerInfo() local
883 MSGUCfgTblBase = siHalRegReadExt(agRoot,GEN_MSGU_SCRATCH_PAD_0, MSGU_SCRATCH_PAD_0); in saGetControllerInfo()
885 CfgTblDWIdx = MSGUCfgTblBase & SCRATCH_PAD0_OFFSET_MASK; in saGetControllerInfo()
887 MSGUCfgTblBase = (MSGUCfgTblBase & SCRATCH_PAD0_BAR_MASK) >> SHIFT26; in saGetControllerInfo()
890 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in saGetControllerInfo()