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