Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/ata/
H A Dpata_icside.c29 unsigned int stepping; member
35 .stepping = 6,
41 .stepping = 6,
47 .stepping = 6,
352 ioaddr->data_addr = cmd + (ATA_REG_DATA << port->stepping); in pata_icside_setup_ioaddr()
353 ioaddr->error_addr = cmd + (ATA_REG_ERR << port->stepping); in pata_icside_setup_ioaddr()
354 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << port->stepping); in pata_icside_setup_ioaddr()
355 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << port->stepping); in pata_icside_setup_ioaddr()
356 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << port->stepping); in pata_icside_setup_ioaddr()
357 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << port->stepping); in pata_icside_setup_ioaddr()
[all …]
/linux/drivers/hwmon/
H A Dk8temp.c137 u8 model, stepping; in k8temp_probe() local
146 stepping = boot_cpu_data.x86_stepping; in k8temp_probe()
149 if ((model == 4 && stepping == 0) || in k8temp_probe()
150 (model == 5 && stepping <= 1)) in k8temp_probe()
/linux/tools/power/cpupower/utils/helpers/
H A Dcpuid.c59 cpu_info->stepping = unknown; in get_cpu_info()
92 &cpu_info->stepping); in get_cpu_info()
98 cpu_info->stepping == unknown) { in get_cpu_info()
H A Dhelpers.h87 unsigned int stepping; member
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-rd88f6281-z0.dts3 * Marvell RD88F6181 Z0 stepping descrition
8 * stepping of the SoC. The ethernet switch has a "wan" port.
H A Dkirkwood-rd88f6281-a.dts8 * higher stepping of the SoC. The ethernet switch does not have a
/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c100 stepping : 4, member
111 __u32 stepping : 4, member
181 p.stepping = c.stepping; in cpuid_to_ucode_rev()
312 c.stepping = p.stepping; in ucode_rev_to_cpuid()
832 p_cid.stepping = 0; in patch_cpus_equivalent()
833 n_cid.stepping = 0; in patch_cpus_equivalent()
869 if (zn.stepping != zp.stepping) in patch_newer()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c313 char stepping; member
398 char stepping; member
428 si->stepping = step_name[0]; in intel_get_stepping_info()
969 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping()
970 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping()
976 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping()
977 (fw_info->stepping == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm-nsp-ax.dtsi3 * Broadcom Northstar Plus Ax stepping-specific bindings.
/linux/arch/parisc/kernel/
H A Dptrace.c383 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit() local
393 if (stepping || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit()
394 ptrace_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1508 unsigned int fms, family, model, stepping; in parse_cpuid() local
1524 stepping = fms & 0xf; in parse_cpuid()
1530 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0111 # by stepping through the questions it needs to address sequentially.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-mic28 What: /sys/class/mic/mic<X>/stepping
33 Provides information about the silicon stepping for an Intel
/linux/Documentation/trace/
H A Dmmiotrace.rst129 marks the page present, sets TF flag to achieve single stepping and exits the
136 machines. During the single stepping other CPUs may run freely on that page
/linux/include/linux/
H A Dsignal.h294 extern void signal_setup_done(int failed, struct ksignal *ksig, int stepping);
/linux/tools/perf/util/annotate-arch/
H A Dannotate-x86.c187 unsigned int family, model, stepping; in x86__cpuid_parse() local
193 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
/linux/Documentation/admin-guide/hw-vuln/
H A Dspecial-register-buffer-data-sampling.rst22 A processor is affected by SRBDS if its Family_Model and stepping is
/linux/tools/perf/Documentation/
H A Dperf-list.txt100 family, model and stepping of the processor being used).
119 and stepping of the processor being used).
/linux/Documentation/hwmon/
H A Dadm9240.rst47 identification code as well as the chip revision/stepping level.
/linux/Documentation/filesystems/
H A Dseq_file.rst77 iterator object that allows stepping through the data of interest
211 the seq_file code. It can thus be anything that is useful in stepping
/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst30 request and process statistics for the same DM device without stepping
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst205 Use PS/2 stepping rate::
/linux/Documentation/networking/
H A Dfilter.rst397 for testing BPF filters against given pcap files, single stepping through the
496 Performs single stepping through the BPF program from the current pc
/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.h636 u32 stepping; member
/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst38 applications from stepping on each others toes it must be possible to

12