Home
last modified time | relevance | path

Searched refs:hwConfig (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsautil.c699 void sidump_hwConfig(agsaHwConfig_t *hwConfig) in sidump_hwConfig() argument
701 …wConfig->hwInterruptCoalescingTimer 0x%x\n",hwConfig->hwInterruptCoale… in sidump_hwConfig()
702 …wConfig->hwInterruptCoalescingControl 0x%x\n",hwConfig->hwInterruptCoale… in sidump_hwConfig()
703 …wConfig->intReassertionOption 0x%x\n",hwConfig->intReassertionOp… in sidump_hwConfig()
704 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister0 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
705 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister1 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
706 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister2 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
707 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister3 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
708 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister4 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
709 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister5 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
[all …]
Dsainit.c306 agsaHwConfig_t *hwConfig, in saInitialize() argument
334 SA_ASSERT((agNULL != hwConfig), ""); in saInitialize()
408 (hwConfig != &saRoot->hwConfig) || in saInitialize()
412 agsaHwConfig_t *hwC = &saRoot->hwConfig; in saInitialize()
418 *hwC = *hwConfig; in saInitialize()
857 saRoot->phyCount = (bit8) hwConfig->phyCount; in saInitialize()
954 siConfiguration(agRoot, &saRoot->mpiConfig, hwConfig, swConfig); in saInitialize()
966 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()
977 if (hwConfig->hwInterruptCoalescingTimer == 0) in saInitialize()
979 hwConfig->hwInterruptCoalescingTimer = 1; in saInitialize()
[all …]
Dsaproto.h55 agsaHwConfig_t *hwConfig,
97 agsaHwConfig_t *hwConfig,
914 void sidump_hwConfig(agsaHwConfig_t *hwConfig);
Dsatypes.h251 agsaHwConfig_t hwConfig; /**< copy of hwConfig */ member
Dsahw.c228 &saRoot->hwConfig, in saHwReset()
263 &saRoot->hwConfig, in saHwReset()
332 &saRoot->hwConfig, in saHwReset()
490 &saRoot->hwConfig, in saHwShutdown()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsaapi.h93 agsaHwConfig_t *hwConfig,