Lines Matching refs:hwConfig
306 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()
984 ret = siConfiguration(agRoot, &saRoot->mpiConfig, hwConfig, swConfig); in saInitialize()
1332 …si_memcpy(&saRoot->mpiConfig.phyAnalogConfig, &hwConfig->phyAnalogConfig, sizeof(agsaPhyAnalogSetu… in saInitialize()
1401 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICTIMER,hwConfig->hwInterruptCoalescingTimer ); in saInitialize()
1402 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICCONTROL, hwConfig->hwInterruptCoalescingControl); in saInitialize()
1559 agsaHwConfig_t *hwConfig, in siConfiguration() argument
1672 if (agNULL == hwConfig) in siConfiguration()
1680 sidump_hwConfig(hwConfig); in siConfiguration()
1690 intOption = hwConfig->intReassertionOption & INT_OPTION; in siConfiguration()
1703 …(hwConfig == agNULL ? 0: (hwConfig->hwOption & HW_CFG_PICI_EFFECTIVE_ADDRESS ? (0x1 << SHIFT1): 0)… in siConfiguration()
2007 mainCfg.interruptReassertionDelay = saRoot->hwConfig.intReassertionOption; in mpiInitialize()
2849 SA_DBG1(("mpiInitialize: hwConfig->hwOption %X\n", saRoot->hwConfig.hwOption )); in mpiInitialize()
3798 agsaHwConfig_t *hwConfig, in siInitResources() argument
3943 saRoot->phyCount = (bit8) hwConfig->phyCount; in siInitResources()