Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsatypes.h299 bit32 phyCalibration; /* enables or disables phy calibration */ member
H A Dtdport.c2628 tdsaAllShared->phyCalibration = 0; in tdsaGetHwConfigParams()
2794 tdsaAllShared->phyCalibration = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams()
2798 tdsaAllShared->phyCalibration = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams()
4892 if (tdsaAllShared->phyCalibration) in tiCOMPortStart()