/linux/drivers/ata/ |
A D | pata_icside.c | 29 unsigned int stepping; member 35 .stepping = 6, 41 .stepping = 6, 47 .stepping = 6, 354 ioaddr->data_addr = cmd + (ATA_REG_DATA << port->stepping); in pata_icside_setup_ioaddr() 355 ioaddr->error_addr = cmd + (ATA_REG_ERR << port->stepping); in pata_icside_setup_ioaddr() 357 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << port->stepping); in pata_icside_setup_ioaddr() 358 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << port->stepping); in pata_icside_setup_ioaddr() 359 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << port->stepping); in pata_icside_setup_ioaddr() 360 ioaddr->lbah_addr = cmd + (ATA_REG_LBAH << port->stepping); in pata_icside_setup_ioaddr() [all …]
|
/linux/drivers/hwmon/ |
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()
|
A D | hwmon-vid.c | 259 static u8 find_vrm(u8 family, u8 model, u8 stepping, u8 vendor) in find_vrm() argument 268 stepping <= vrm_models[i].stepping_to) in find_vrm()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_dmc.c | 151 char stepping; member 236 char stepping; member 251 si->stepping = step_name[0]; in intel_get_stepping_info() 318 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping() 319 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 325 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 326 (fw_info->stepping == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping()
|
/linux/tools/power/cpupower/utils/helpers/ |
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()
|
A D | helpers.h | 85 unsigned int stepping; member
|
/linux/arch/arm/boot/dts/ |
A D | kirkwood-rd88f6281-z0.dts | 3 * Marvell RD88F6181 Z0 stepping descrition 8 * stepping of the SoC. The ethernet switch has a "wan" port.
|
A D | kirkwood-rd88f6281-a.dts | 8 * higher stepping of the SoC. The ethernet switch does not have a
|
A D | bcm-nsp-ax.dtsi | 3 * Broadcom Northstar Plus Ax stepping-specific bindings.
|
/linux/include/linux/ |
A D | tracehook.h | 144 static inline void tracehook_signal_handler(int stepping) in tracehook_signal_handler() argument 146 if (stepping) in tracehook_signal_handler()
|
/linux/arch/x86/include/asm/ |
A D | cpu_device_id.h | 185 #define INTEL_CPU_DESC(model, stepping, revision) { \ argument 189 .x86_stepping = (stepping), \
|
/linux/drivers/staging/media/av7110/ |
A D | video-command.rst | 77 1 specifies forward single stepping, 78 -1 specifies backward single stepping,
|
A D | video_types.rst | 119 1 specifies forward single stepping, 120 -1 specifies backward single stepping,
|
/linux/tools/perf/arch/x86/annotate/ |
A D | instructions.c | 200 unsigned int family, model, stepping; in x86__cpuid_parse() local 206 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
/linux/arch/parisc/kernel/ |
A D | ptrace.c | 373 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit() local 383 if (stepping || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit() 384 tracehook_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
/linux/Documentation/devicetree/bindings/iio/proximity/ |
A D | ams,as3935.yaml | 34 Calibration tuning capacitor stepping value. This will require using
|
/linux/arch/x86/kernel/ |
A D | signal.c | 788 bool stepping, failed; in handle_signal() local 821 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 822 if (stepping) in handle_signal() 843 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
/linux/tools/power/x86/x86_energy_perf_policy/ |
A D | x86_energy_perf_policy.c | 1439 unsigned int fms, family, model, stepping; in parse_cpuid() local 1455 stepping = fms & 0xf; in parse_cpuid() 1461 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
|
/linux/Documentation/kbuild/ |
A D | Kconfig.recursion-issue-01 | 11 # by stepping through the questions it needs to address sequentially.
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-mic | 28 What: /sys/class/mic/mic<X>/stepping 33 Provides information about the silicon stepping for an Intel
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_hw_sequencer.h | 183 uint32_t stepping);
|
/linux/Documentation/trace/ |
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/drivers/gpu/drm/amd/display/dc/inc/ |
A D | hw_sequencer.h | 191 uint32_t clk_khz, uint32_t stepping);
|
/linux/arch/x86/kernel/cpu/ |
A D | intel.c | 135 u8 stepping; member 178 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode()
|
/linux/drivers/edac/ |
A D | amd64_edac.h | 352 u8 stepping; /* ... stepping */ member
|