Home
last modified time | relevance | path

Searched refs:phyCalibration (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h298 bit32 phyCalibration; /* enables or disables phy calibration */ member
H A Dtdport.c2627 tdsaAllShared->phyCalibration = 0; in tdsaGetHwConfigParams()
2793 tdsaAllShared->phyCalibration = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams()
2797 tdsaAllShared->phyCalibration = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams()
4891 if (tdsaAllShared->phyCalibration) in tiCOMPortStart()