Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c698 void sidump_hwConfig(agsaHwConfig_t *hwConfig) in sidump_hwConfig() argument
700 …wConfig->hwInterruptCoalescingTimer 0x%x\n",hwConfig->hwInterruptCoale… in sidump_hwConfig()
701 …wConfig->hwInterruptCoalescingControl 0x%x\n",hwConfig->hwInterruptCoale… in sidump_hwConfig()
702 …wConfig->intReassertionOption 0x%x\n",hwConfig->intReassertionOp… in sidump_hwConfig()
703 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister0 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
704 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister1 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
705 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister2 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
706 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister3 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
707 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister4 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
708 …wConfig->phyAnalogConfig.phyAnalogSetupRegisters->spaRegister5 0x%x\n",hwConfig->phyAnalogConfig.… in sidump_hwConfig()
[all …]
H A Dsainit.c305 agsaHwConfig_t *hwConfig, in saInitialize() argument
333 SA_ASSERT((agNULL != hwConfig), ""); in saInitialize()
407 (hwConfig != &saRoot->hwConfig) || in saInitialize()
417 *hwC = *hwConfig; in saInitialize()
856 saRoot->phyCount = (bit8) hwConfig->phyCount; in saInitialize()
965 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()
1558 agsaHwConfig_t *hwConfig, in siConfiguration() argument
1671 if (agNULL == hwConfig) in siConfiguration()
1679 sidump_hwConfig(hwConfig); in siConfiguration()
1702 …(hwConfig == agNULL ? 0: (hwConfig->hwOption & HW_CFG_PICI_EFFECTIVE_ADDRESS ? (0x1 << SHIFT1): 0)… in siConfiguration()
[all …]
H A Dsaproto.h54 agsaHwConfig_t *hwConfig,
96 agsaHwConfig_t *hwConfig,
913 void sidump_hwConfig(agsaHwConfig_t *hwConfig);
H A Dsatypes.h250 agsaHwConfig_t hwConfig; /**< copy of hwConfig */ member
H A Dsahw.c227 &saRoot->hwConfig, in saHwReset()
262 &saRoot->hwConfig, in saHwReset()
331 &saRoot->hwConfig, in saHwReset()
489 &saRoot->hwConfig, in saHwShutdown()
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h92 agsaHwConfig_t *hwConfig,