/Linux-v5.10/drivers/ata/ |
D | pata_icside.c | 29 unsigned int stepping; member 35 .stepping = 6, 41 .stepping = 6, 47 .stepping = 6, 349 ioaddr->data_addr = cmd + (ATA_REG_DATA << port->stepping); in pata_icside_setup_ioaddr() 350 ioaddr->error_addr = cmd + (ATA_REG_ERR << port->stepping); in pata_icside_setup_ioaddr() 351 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << port->stepping); in pata_icside_setup_ioaddr() 352 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << port->stepping); in pata_icside_setup_ioaddr() 353 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << port->stepping); in pata_icside_setup_ioaddr() 354 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << port->stepping); in pata_icside_setup_ioaddr() [all …]
|
/Linux-v5.10/drivers/ide/ |
D | icside.c | 47 unsigned int stepping; member 53 .stepping = ICS_ARCIN_V5_IDESTEPPING, 59 .stepping = ICS_ARCIN_V6_IDESTEPPING, 65 .stepping = ICS_ARCIN_V6_IDESTEPPING, 392 hw->io_ports.error_addr = port + (1 << info->stepping); in icside_setup_ports() 393 hw->io_ports.nsect_addr = port + (2 << info->stepping); in icside_setup_ports() 394 hw->io_ports.lbal_addr = port + (3 << info->stepping); in icside_setup_ports() 395 hw->io_ports.lbam_addr = port + (4 << info->stepping); in icside_setup_ports() 396 hw->io_ports.lbah_addr = port + (5 << info->stepping); in icside_setup_ports() 397 hw->io_ports.device_addr = port + (6 << info->stepping); in icside_setup_ports() [all …]
|
/Linux-v5.10/drivers/hwmon/ |
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()
|
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-v5.10/tools/power/cpupower/utils/helpers/ |
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()
|
D | helpers.h | 82 unsigned int stepping; member
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | kirkwood-rd88f6281-z0.dts | 3 * Marvell RD88F6181 Z0 stepping descrition 8 * stepping of the SoC. The ethernet switch has a "wan" port.
|
D | kirkwood-rd88f6281-a.dts | 8 * higher stepping of the SoC. The ethernet switch does not have a
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_csr.c | 139 char stepping; member 224 char stepping; member 355 si->stepping == fw_info[i].stepping) { in find_dmc_fw_offset() 360 if (si->stepping == fw_info[i].stepping && in find_dmc_fw_offset() 366 if (fw_info[i].stepping == '*' && in find_dmc_fw_offset() 535 si->stepping); in parse_csr_fw_package()
|
/Linux-v5.10/include/linux/ |
D | tracehook.h | 143 static inline void tracehook_signal_handler(int stepping) in tracehook_signal_handler() argument 145 if (stepping) in tracehook_signal_handler()
|
D | signal.h | 291 extern void signal_setup_done(int failed, struct ksignal *ksig, int stepping);
|
/Linux-v5.10/arch/x86/include/asm/ |
D | cpu_device_id.h | 185 #define INTEL_CPU_DESC(model, stepping, revision) { \ argument 189 .x86_stepping = (stepping), \
|
/Linux-v5.10/Documentation/userspace-api/media/dvb/ |
D | video-command.rst | 77 1 specifies forward single stepping, 78 -1 specifies backward single stepping,
|
D | video_types.rst | 119 1 specifies forward single stepping, 120 -1 specifies backward single stepping,
|
/Linux-v5.10/tools/perf/arch/x86/annotate/ |
D | instructions.c | 177 unsigned int family, model, stepping; in x86__cpuid_parse() local 183 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/proximity/ |
D | as3935.txt | 15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
|
/Linux-v5.10/arch/x86/kernel/ |
D | signal.c | 709 bool stepping, failed; in handle_signal() local 742 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 743 if (stepping) in handle_signal() 764 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
/Linux-v5.10/arch/parisc/kernel/ |
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-v5.10/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 1350 unsigned int fms, family, model, stepping; in parse_cpuid() local 1366 stepping = fms & 0xf; in parse_cpuid() 1372 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
|
/Linux-v5.10/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 11 # by stepping through the questions it needs to address sequentially.
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.h | 182 uint32_t stepping);
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 189 uint32_t clk_khz, uint32_t stepping);
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-mic | 28 What: /sys/class/mic/mic(x)/stepping 33 Provides information about the silicon stepping for an Intel
|
/Linux-v5.10/Documentation/trace/ |
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-v5.10/arch/x86/kernel/cpu/ |
D | intel.c | 132 u8 stepping; member 175 c->x86_stepping == spectre_bad_microcodes[i].stepping) in bad_spectre_microcode()
|