Searched refs:hwConfig (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sautil.c | 698 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 D | sainit.c | 305 agsaHwConfig_t *hwConfig, in saInitialize() argument 333 SA_ASSERT((agNULL != hwConfig), ""); in saInitialize() 407 (hwConfig != &saRoot->hwConfig) || in saInitialize() 411 agsaHwConfig_t *hwC = &saRoot->hwConfig; in saInitialize() 417 *hwC = *hwConfig; in saInitialize() 856 saRoot->phyCount = (bit8) hwConfig->phyCount; in saInitialize() 953 siConfiguration(agRoot, &saRoot->mpiConfig, hwConfig, swConfig); in saInitialize() 965 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize() 976 if (hwConfig->hwInterruptCoalescingTimer == 0) in saInitialize() 978 hwConfig->hwInterruptCoalescingTimer = 1; in saInitialize() [all …]
|
H A D | saproto.h | 54 agsaHwConfig_t *hwConfig, 96 agsaHwConfig_t *hwConfig, 913 void sidump_hwConfig(agsaHwConfig_t *hwConfig);
|
H A D | satypes.h | 250 agsaHwConfig_t hwConfig; /**< copy of hwConfig */ member
|
H A D | sahw.c | 227 &saRoot->hwConfig, in saHwReset() 262 &saRoot->hwConfig, in saHwReset() 331 &saRoot->hwConfig, in saHwReset() 489 &saRoot->hwConfig, in saHwShutdown()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 92 agsaHwConfig_t *hwConfig,
|