Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1920 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiInitialize()
2339 saRoot->inboundQueue[qIdx].PIPCIBar = mpiGetPCIBarIndex(agRoot, IB_PIPCIBar); in mpiInitialize()
2473 saRoot->outboundQueue[qIdx].CIPCIBar = mpiGetPCIBarIndex(agRoot, OB_CIPCIBar); in mpiInitialize()
3084 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiWaitForConfigTable()
3463 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiUnInitConfigTable()
3662 GLOBAL bit32 mpiGetPCIBarIndex(agsaRoot_t *agRoot, bit32 pciBar) in mpiGetPCIBarIndex() function
3725 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, TableOffset); in mpiReadGSTable()
4080 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, TableOffset); in mpiReadCALTable()
4138 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, TableOffset); in mpiWriteCALTable()
4202 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, value); in mpiWrAnalogSetupTable()
[all …]
H A Dsaproto.h85 GLOBAL bit32 mpiGetPCIBarIndex(agsaRoot_t *agRoot,
H A Dsaioctlcmd.c890 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in saGetControllerInfo()
1118 value = (bit8)mpiGetPCIBarIndex(agRoot, value); in saGetControllerStatus()
H A Dsahw.c2923 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, pcibar); in siGetPciBar()