Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c83 static mpiConfig_t mpiConfig; in saGetRequirements() local
94 si_memset(&mpiConfig, 0, sizeof(mpiConfig_t)); in saGetRequirements()
101 siConfiguration(agRoot, &mpiConfig, agNULL, swConfig); in saGetRequirements()
102 mpiRequirementsGet(&mpiConfig, &mpiMemoryRequirement); in saGetRequirements()
953 siConfiguration(agRoot, &saRoot->mpiConfig, hwConfig, swConfig); in saInitialize()
983 ret = siConfiguration(agRoot, &saRoot->mpiConfig, hwConfig, swConfig); in saInitialize()
1331 …si_memcpy(&saRoot->mpiConfig.phyAnalogConfig, &hwConfig->phyAnalogConfig, sizeof(agsaPhyAnalogSetu… in saInitialize()
1358 ret = mpiInitialize(agRoot, &mpiMemoryAllocated, &saRoot->mpiConfig); in saInitialize()
1557 mpiConfig_t *mpiConfig, in siConfiguration() argument
1572 si_memset(mpiConfig, 0, sizeof(mpiConfig_t)); in siConfiguration()
[all …]
H A Dsatypes.h254 mpiConfig_t mpiConfig; /**< MPI Configuration */ member
H A Dsaproto.h53 mpiConfig_t *mpiConfig,