Searched refs:fijitable (Results 1 – 1 of 1) sorted by relevance
637 const ATOM_Fiji_PowerTune_Table *fijitable = in get_cac_tdp_table() local639 tdp_table->usTDP = le16_to_cpu(fijitable->usTDP); in get_cac_tdp_table()640 tdp_table->usConfigurableTDP = le16_to_cpu(fijitable->usConfigurableTDP); in get_cac_tdp_table()641 tdp_table->usTDC = le16_to_cpu(fijitable->usTDC); in get_cac_tdp_table()642 tdp_table->usBatteryPowerLimit = le16_to_cpu(fijitable->usBatteryPowerLimit); in get_cac_tdp_table()643 tdp_table->usSmallPowerLimit = le16_to_cpu(fijitable->usSmallPowerLimit); in get_cac_tdp_table()644 tdp_table->usLowCACLeakage = le16_to_cpu(fijitable->usLowCACLeakage); in get_cac_tdp_table()645 tdp_table->usHighCACLeakage = le16_to_cpu(fijitable->usHighCACLeakage); in get_cac_tdp_table()647 le16_to_cpu(fijitable->usMaximumPowerDeliveryLimit); in get_cac_tdp_table()649 le16_to_cpu(fijitable->usTjMax); in get_cac_tdp_table()[all …]