Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A 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 …]
H A Dsainit.c306 agsaHwConfig_t *hwConfig, in saInitialize() argument
334 SA_ASSERT((agNULL != hwConfig), ""); in saInitialize()
408 (hwConfig != &saRoot->hwConfig) || in saInitialize()
418 *hwC = *hwConfig; in saInitialize()
857 saRoot->phyCount = (bit8) hwConfig->phyCount; in saInitialize()
966 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()
1559 agsaHwConfig_t *hwConfig, in siConfiguration() argument
1672 if (agNULL == hwConfig) in siConfiguration()
1680 sidump_hwConfig(hwConfig); in siConfiguration()
1703 …(hwConfig == agNULL ? 0: (hwConfig->hwOption & HW_CFG_PICI_EFFECTIVE_ADDRESS ? (0x1 << SHIFT1): 0)… in siConfiguration()
[all …]
H A Dsaproto.h55 agsaHwConfig_t *hwConfig,
97 agsaHwConfig_t *hwConfig,
914 void sidump_hwConfig(agsaHwConfig_t *hwConfig);
H A Dsatypes.h251 agsaHwConfig_t hwConfig; /**< copy of hwConfig */ member
H A Dsahw.c228 &saRoot->hwConfig, in saHwReset()
263 &saRoot->hwConfig, in saHwReset()
332 &saRoot->hwConfig, in saHwReset()
490 &saRoot->hwConfig, in saHwShutdown()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h93 agsaHwConfig_t *hwConfig,