| /linux/drivers/ata/ |
| H A D | pata_icside.c | 29 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 D | k8temp.c | 137 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 D | cpuid.c | 59 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 D | helpers.h | 87 unsigned int stepping; member
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-rd88f6281-z0.dts | 3 * Marvell RD88F6181 Z0 stepping descrition 8 * stepping of the SoC. The ethernet switch has a "wan" port.
|
| H A D | kirkwood-rd88f6281-a.dts | 8 * higher stepping of the SoC. The ethernet switch does not have a
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 100 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/arch/arm/boot/dts/broadcom/ |
| H A D | bcm-nsp-ax.dtsi | 3 * Broadcom Northstar Plus Ax stepping-specific bindings.
|
| /linux/drivers/bluetooth/ |
| H A D | hci_bcm4377.c | 582 char stepping[BCM4377_OTP_MAX_PARAM_LEN]; member 1181 if ((strcmp(bcm4377->stepping, "b1") == 0) || in bcm4378_send_calibration() 1182 strcmp(bcm4377->stepping, "b3") == 0) in bcm4378_send_calibration() 1194 if (strcmp(bcm4377->stepping, "c2") == 0) in bcm4387_send_calibration() 1220 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob() 1223 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob() 1986 if (len >= sizeof(bcm4377->stepping)) in bcm4377_parse_otp_chip_params() 1990 bcm4377->stepping[idx] = tolower(val[idx]); in bcm4377_parse_otp_chip_params() 1998 bcm4377->stepping[idx] = '\0'; in bcm4377_parse_otp_chip_params() 2093 if (!bcm4377->stepping[0] || !bcm4377->vendor[0]) in bcm4377_parse_otp_sys_vendor() [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | ptrace.c | 383 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/arch/x86/kernel/cpu/ |
| H A D | intel.c | 103 u8 stepping; member 143 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode()
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 1508 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 D | Kconfig.recursion-issue-01 | 11 # by stepping through the questions it needs to address sequentially.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-mic | 28 What: /sys/class/mic/mic<X>/stepping 33 Provides information about the silicon stepping for an Intel
|
| /linux/Documentation/trace/ |
| H A D | mmiotrace.rst | 129 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 D | signal.h | 294 extern void signal_setup_done(int failed, struct ksignal *ksig, int stepping);
|
| /linux/tools/perf/arch/x86/annotate/ |
| H A D | instructions.c | 175 unsigned int family, model, stepping; in x86__cpuid_parse() local 181 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | special-register-buffer-data-sampling.rst | 22 A processor is affected by SRBDS if its Family_Model and stepping is
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-list.txt | 100 family, model and stepping of the processor being used). 119 and stepping of the processor being used).
|
| /linux/Documentation/hwmon/ |
| H A D | adm9240.rst | 47 identification code as well as the chip revision/stepping level.
|
| /linux/Documentation/filesystems/ |
| H A D | seq_file.rst | 77 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 D | statistics.rst | 30 request and process statistics for the same DM device without stepping
|
| /linux/Documentation/admin-guide/blockdev/ |
| H A D | floppy.rst | 205 Use PS/2 stepping rate::
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 397 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 D | wsm.h | 636 u32 stepping; member
|