Lines Matching refs:ptable5
1544 const ATOM_PPLIB_POWERPLAYTABLE5 *ptable5 = in init_dpm2_parameters() local
1548 (&ptable5->basicTable4); in init_dpm2_parameters()
1556 hwmgr->platform_descriptor.TDPLimit = le32_to_cpu(ptable5->ulTDPLimit); in init_dpm2_parameters()
1557 hwmgr->platform_descriptor.nearTDPLimit = le32_to_cpu(ptable5->ulNearTDPLimit); in init_dpm2_parameters()
1559 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1568 hwmgr->platform_descriptor.nearTDPLimitAdjusted = le32_to_cpu(ptable5->ulNearTDPLimit); in init_dpm2_parameters()
1574 hwmgr->platform_descriptor.SQRampingThreshold = le32_to_cpu(ptable5->ulSQRampingThreshold); in init_dpm2_parameters()
1576 hwmgr->platform_descriptor.CACLeakage = le32_to_cpu(ptable5->ulCACLeakage); in init_dpm2_parameters()
1580 if (0 != ptable5->usCACLeakageTableOffset) { in init_dpm2_parameters()
1582 (ATOM_PPLIB_CAC_Leakage_Table *)(((unsigned long)ptable5) + in init_dpm2_parameters()
1583 le16_to_cpu(ptable5->usCACLeakageTableOffset)); in init_dpm2_parameters()
1588 hwmgr->platform_descriptor.LoadLineSlope = le16_to_cpu(ptable5->usLoadLineSlope); in init_dpm2_parameters()