HomeSort by: relevance | last modified time | path
    Searched refs:stepping (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/x86/x86/
coretemp.c 225 uint32_t model, stepping; local in function:coretemp_quirks
229 stepping = CPUID_TO_STEPPING(ci->ci_signature);
250 if (model == 0x0E && stepping < 0x0C) {
268 uint32_t model, stepping; local in function:coretemp_tjmax
272 stepping = CPUID_TO_STEPPING(ci->ci_signature);
277 if ((model == 0x0f && stepping >= 2) || (model == 0x0e)) {
302 } else if (model == 0x17 && stepping == 0x06) {
306 if (stepping == 0x0a) {
identcpu.c 489 u_int family, model, stepping, descs[4], lfunc, msr; local in function:cpu_probe_c3
498 stepping = CPUID_TO_STEPPING(ci->ci_signature);
551 if (family > 6 || model > 0x9 || (model == 0x9 && stepping >= 3)) {
612 /* C7 stepping 8 and subsequent CPUs have dual RNG */
613 if (model > 0xA || (model == 0xA && stepping > 0x7)) {
654 if (family == 6 && model == 9 && stepping == 8) {
655 /* Erratum: stepping 8 reports 4 when it should be 2 */
663 if (family == 6 && model == 9 && stepping == 8) {
664 /* Erratum: stepping 8 reports 4 when it should be 2 */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-rd88f6281-a.dts 8 * higher stepping of the SoC. The ethernet switch does not have a
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_csr.c 138 /* Stepping (A, B, C, ..., *). * is a wildcard */
139 char stepping; member in struct:intel_fw_info
141 /* Sub-stepping (0, 1, ..., *). * is a wildcard */
224 char stepping; member in struct:stepping_info
360 si->stepping == fw_info[i].stepping) {
365 if (si->stepping == fw_info[i].stepping &&
371 if (fw_info[i].stepping == '*' &&
539 DRM_ERROR("DMC firmware not supported for %c stepping\n"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer.h 169 uint32_t clk_khz, uint32_t stepping);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_hw_sequencer.h 170 uint32_t stepping);
amdgpu_dcn10_hw_sequencer.c 3270 uint32_t stepping)
  /src/usr.sbin/cpuctl/arch/
i386.c 906 u_int stepping = CPUID_TO_STEPPING(ci->ci_signature); local in function:via_cpu_probe
924 if (ci->ci_model < 0x9 || (ci->ci_model == 0x9 && stepping < 3))
1386 int stepping; local in function:via_cpu_cacheinfo
1390 stepping = CPUID_TO_STEPPING(ci->ci_signature);
1422 if (ci->ci_model == 9 && stepping == 8) {
1423 /* Erratum: stepping 8 reports 4 when it should be 2 */
1431 if (ci->ci_model == 9 && stepping == 8) {
1432 /* Erratum: stepping 8 reports 4 when it should be 2 */
1582 * - Get CPU family, model and stepping (from eax).
2119 aprint_normal_dev(ci->ci_dev, "family %#x model %#x stepping %#x"
    [all...]
  /src/usr.sbin/tprof/arch/
tprof_x86.c 801 uint8_t stepping; local in function:init_intel_generic
846 stepping = CPUID_TO_STEPPING(eax);
847 if (stepping <= 4)
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
platform.h 511 uint32_t stepping; member in struct:xenpf_pcpu_version
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 1082 enum dc_status dc_set_clock(struct dc *dc, enum dc_clock_type clock_type, uint32_t clk_khz, uint32_t stepping);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 2703 enum dc_status dc_set_clock(struct dc *dc, enum dc_clock_type clock_type, uint32_t clk_khz, uint32_t stepping)
2706 return dc->hwss.set_clock(dc, clock_type, clk_khz, stepping);
  /src/sys/arch/mac68k/obio/
iwm.s 544 moveq #stillStepping,%d0 | Drive is still stepping?
607 moveq #stillStepping, %d0 | Drive is still stepping?
  /src/sys/dev/ic/
aic7xxx.c 1413 int stepping; local in function:ahc_clear_critical_section
1421 stepping = FALSE;
1458 if (stepping == FALSE) {
1476 * leave it on while single stepping.
1483 stepping = TRUE;
1493 if (stepping) {
aic79xx.c 2475 int stepping; local in function:ahd_clear_critical_section
2489 stepping = FALSE;
2531 printf("%s: Single stepping at 0x%x\n", ahd_name(ahd),
2534 if (stepping == FALSE) {
2556 * on while single stepping.
2560 stepping = TRUE;
2570 if (stepping) {

Completed in 36 milliseconds