Searched refs:fam (Results 1 – 4 of 4) sorted by relevance
941 unsigned int fam = x86_family(m->cpuid); in decode_mc4_mce() local955 if (fam == 0x11) in decode_mc4_mce()976 if (fam == 0x15 || fam == 0x16) in decode_mc4_mce()999 unsigned int fam = x86_family(m->cpuid); in decode_mc5_mce() local1003 if (fam == 0xf || fam == 0x11) in decode_mc5_mce()1123 unsigned int fam = x86_family(m->cpuid); in amd_decode_mce() local1133 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce()1158 if (fam >= 0x15) { in amd_decode_mce()1162 if (fam != 0x15 || m->bank != 4) in amd_decode_mce()1166 if (fam >= 0x17) in amd_decode_mce()
116 switch (pvt->fam) { in amd64_read_dct_pci_cfg()219 } else if (pvt->fam == 0x15 && pvt->model == 0x60) { in __set_scrub_rate()239 if (pvt->fam == 0xf) in set_scrub_rate()242 if (pvt->fam == 0x15) { in set_scrub_rate()268 } else if (pvt->fam == 0x15) { in get_scrub_rate()391 if (pvt->fam == 0xf && pvt->ext_model < K8_REV_F) { in get_cs_base_and_mask()402 } else if (pvt->fam == 0x16 || in get_cs_base_and_mask()403 (pvt->fam == 0x15 && pvt->model >= 0x30)) { in get_cs_base_and_mask()424 if (pvt->fam == 0x15) in get_cs_base_and_mask()509 if (pvt->fam == 0xf && pvt->ext_model < K8_REV_E) { in get_dram_hole_info()[all …]
350 u8 fam; /* CPU family */ member446 if (pvt->fam == 0x15 && pvt->model >= 0x30) in dct_sel_interleave_addr()512 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dram_intlv_en()522 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dhar_valid()532 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dct_sel_baseaddr()
1033 int fam; in brcm_usb_dvr_init_4908() local1035 fam = BRCM_FAMILY_4908; in brcm_usb_dvr_init_4908()1036 params->selected_family = fam; in brcm_usb_dvr_init_4908()1038 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_4908()1039 params->family_name = family_names[fam]; in brcm_usb_dvr_init_4908()1045 int fam; in brcm_usb_dvr_init_7445() local1049 fam = get_family_type(params); in brcm_usb_dvr_init_7445()1050 params->selected_family = fam; in brcm_usb_dvr_init_7445()1052 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_7445()1053 params->family_name = family_names[fam]; in brcm_usb_dvr_init_7445()