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

/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h220 agsaHwConfig_t HwConfig; member in struct:tdsaContext_s
H A Dtdport.c2594 agsaHwConfig_t *HwConfig; local
2614 HwConfig = (agsaHwConfig_t *)&(tdsaAllShared->HwConfig);
2615 phyRegTable = (agsaPhyAnalogSetupTable_t *)&(HwConfig->phyAnalogConfig);
2617 osti_memset(HwConfig, 0, sizeof(agsaHwConfig_t));
2625 HwConfig->phyCount = TD_MAX_NUM_PHYS;
2626 HwConfig->hwInterruptCoalescingTimer = 1;
2627 HwConfig->hwInterruptCoalescingControl = 0;
2629 HwConfig->hwOption = 0; /* default: PI/CI addresses are 32-bit */
2650 HwConfig
[all...]
H A Dtdmisc.c2673 agsaHwConfig_t *HwConfig
2676 if (HwConfig == agNULL)
2678 TI_DBG6(("tdsaPrintHwConfig: HwConfig is NULL\n"));
2683 TI_DBG6(("HwConfig->phyCount %d\n", HwConfig->phyCount));
H A Dtdproto.h1404 agsaHwConfig_t *HwConfig

Completed in 63 milliseconds