Home
last modified time | relevance | path

Searched refs:HwConfig (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c2593 agsaHwConfig_t *HwConfig; in tdsaGetHwConfigParams() local
2613 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 …]
H A Dtdsatypes.h219 agsaHwConfig_t HwConfig; member
H A Dtdmisc.c2672 agsaHwConfig_t *HwConfig in tdsaPrintHwConfig() argument
2675 if (HwConfig == agNULL) in tdsaPrintHwConfig()
2682 TI_DBG6(("HwConfig->phyCount %d\n", HwConfig->phyCount)); in tdsaPrintHwConfig()
H A Dtdproto.h1403 agsaHwConfig_t *HwConfig