Searched refs:phyRegTable (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdport.c | 2603 agsaPhyAnalogSetupTable_t *phyRegTable; in tdsaGetHwConfigParams() local 2614 phyRegTable = (agsaPhyAnalogSetupTable_t *)&(HwConfig->phyAnalogConfig); in tdsaGetHwConfigParams() 2831 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister0 = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams() 2835 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister0 = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams() 2860 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister1 = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams() 2864 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister1 = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams() 2889 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister2 = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams() 2893 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister2 = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams() 2918 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister3 = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams() 2922 … phyRegTable->phyAnalogSetupRegisters[i].spaRegister3 = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams() [all …]
|