Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsainit.c1921 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiInitialize()
2340 saRoot->inboundQueue[qIdx].PIPCIBar = mpiGetPCIBarIndex(agRoot, IB_PIPCIBar); in mpiInitialize()
2474 saRoot->outboundQueue[qIdx].CIPCIBar = mpiGetPCIBarIndex(agRoot, OB_CIPCIBar); in mpiInitialize()
3085 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiWaitForConfigTable()
3464 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in mpiUnInitConfigTable()
3663 GLOBAL bit32 mpiGetPCIBarIndex(agsaRoot_t *agRoot, bit32 pciBar) in mpiGetPCIBarIndex() function
3726 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, TableOffset); in mpiReadGSTable()
4081 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, TableOffset); in mpiReadCALTable()
4139 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, TableOffset); in mpiWriteCALTable()
4203 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, value); in mpiWrAnalogSetupTable()
[all …]
Dsaproto.h86 GLOBAL bit32 mpiGetPCIBarIndex(agsaRoot_t *agRoot,
Dsaioctlcmd.c891 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, MSGUCfgTblBase); in saGetControllerInfo()
1119 value = (bit8)mpiGetPCIBarIndex(agRoot, value); in saGetControllerStatus()
Dsahw.c2924 pcibar = (bit8)mpiGetPCIBarIndex(agRoot, pcibar); in siGetPciBar()