Searched refs:HwConfig (Results 1 – 4 of 4) sorted by relevance
2593 agsaHwConfig_t *HwConfig; in tdsaGetHwConfigParams() local2613 HwConfig = (agsaHwConfig_t *)&(tdsaAllShared->HwConfig); in tdsaGetHwConfigParams()2614 phyRegTable = (agsaPhyAnalogSetupTable_t *)&(HwConfig->phyAnalogConfig); in tdsaGetHwConfigParams()2616 osti_memset(HwConfig, 0, sizeof(agsaHwConfig_t)); in tdsaGetHwConfigParams()2624 HwConfig->phyCount = TD_MAX_NUM_PHYS; in tdsaGetHwConfigParams()2625 HwConfig->hwInterruptCoalescingTimer = 1; in tdsaGetHwConfigParams()2626 HwConfig->hwInterruptCoalescingControl = 0; in tdsaGetHwConfigParams()2628 HwConfig->hwOption = 0; /* default: PI/CI addresses are 32-bit */ in tdsaGetHwConfigParams()2649 HwConfig->hwInterruptCoalescingTimer = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams()2653 HwConfig->hwInterruptCoalescingTimer = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams()[all …]
219 agsaHwConfig_t HwConfig; member
2672 agsaHwConfig_t *HwConfig in tdsaPrintHwConfig() argument2675 if (HwConfig == agNULL) in tdsaPrintHwConfig()2682 TI_DBG6(("HwConfig->phyCount %d\n", HwConfig->phyCount)); in tdsaPrintHwConfig()
1403 agsaHwConfig_t *HwConfig