Searched refs:fijitable (Results 1 – 1 of 1) sorted by relevance
614 const ATOM_Fiji_PowerTune_Table *fijitable = in get_cac_tdp_table() local616 tdp_table->usTDP = le16_to_cpu(fijitable->usTDP); in get_cac_tdp_table()617 tdp_table->usConfigurableTDP = le16_to_cpu(fijitable->usConfigurableTDP); in get_cac_tdp_table()618 tdp_table->usTDC = le16_to_cpu(fijitable->usTDC); in get_cac_tdp_table()619 tdp_table->usBatteryPowerLimit = le16_to_cpu(fijitable->usBatteryPowerLimit); in get_cac_tdp_table()620 tdp_table->usSmallPowerLimit = le16_to_cpu(fijitable->usSmallPowerLimit); in get_cac_tdp_table()621 tdp_table->usLowCACLeakage = le16_to_cpu(fijitable->usLowCACLeakage); in get_cac_tdp_table()622 tdp_table->usHighCACLeakage = le16_to_cpu(fijitable->usHighCACLeakage); in get_cac_tdp_table()624 le16_to_cpu(fijitable->usMaximumPowerDeliveryLimit); in get_cac_tdp_table()626 le16_to_cpu(fijitable->usTjMax); in get_cac_tdp_table()[all …]