Lines Matching refs:did
453 int family, i, fid, did; in hwpstate_get_info_from_msr() local
467 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr()
476 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr()
482 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr()
501 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr()
502 if (did == 0) { in hwpstate_get_info_from_msr()
505 did = 1; in hwpstate_get_info_from_msr()
508 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()