| /Linux-v5.4/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.4/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.4/arch/x86/include/asm/ |
| D | cpu_device_id.h | 30 #define INTEL_CPU_DESC(model, stepping, revision) { \ argument 34 .x86_stepping = (stepping), \
|
| /Linux-v5.4/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.4/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 | 81 unsigned int stepping; member
|
| /Linux-v5.4/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.4/drivers/gpu/drm/i915/ |
| D | intel_csr.c | 134 char stepping; member 219 char stepping; member 347 si->stepping == fw_info[i].stepping) { in find_dmc_fw_offset() 352 if (si->stepping == fw_info[i].stepping && in find_dmc_fw_offset() 358 if (fw_info[i].stepping == '*' && in find_dmc_fw_offset() 527 si->stepping); in parse_csr_fw_package()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | video-command.rst | 85 1 specifies forward single stepping, 86 -1 specifies backward single stepping,
|
| D | video_types.rst | 126 1 specifies forward single stepping, 127 -1 specifies backward single stepping,
|
| /Linux-v5.4/drivers/misc/mic/bus/ |
| D | cosm_bus.h | 105 ssize_t (*stepping)(struct cosm_device *cdev, char *buf); member
|
| /Linux-v5.4/tools/perf/arch/x86/annotate/ |
| D | instructions.c | 176 unsigned int family, model, stepping; in x86__cpuid_parse() local 182 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
| /Linux-v5.4/drivers/misc/mic/host/ |
| D | mic_device.h | 69 enum mic_stepping stepping; member
|
| D | mic_x100.c | 190 if (MIC_A0_STEP == mdev->stepping) in mic_x100_intr_workarounds() 194 if (mdev->stepping >= MIC_B0_STEP) in mic_x100_intr_workarounds()
|
| D | mic_boot.c | 551 switch (mdev->stepping) { in _mic_stepping() 585 .stepping = _mic_stepping,
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/proximity/ |
| D | as3935.txt | 15 - ams,tuning-capacitor-pf: Calibration tuning capacitor stepping
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | signal.c | 713 bool stepping, failed; in handle_signal() local 746 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 747 if (stepping) in handle_signal() 768 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
| /Linux-v5.4/drivers/misc/mic/cosm/ |
| D | cosm_sysfs.c | 74 return cdev->hw_ops->stepping(cdev, buf); in stepping_show() 76 static DEVICE_ATTR_RO(stepping);
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | ptrace.c | 374 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit() local 384 if (stepping || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit() 385 tracehook_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
| /Linux-v5.4/tools/power/x86/x86_energy_perf_policy/ |
| D | x86_energy_perf_policy.c | 1309 unsigned int fms, family, model, stepping; in parse_cpuid() local 1325 stepping = fms & 0xf; in parse_cpuid() 1331 max_level, family, model, stepping, family, model, stepping); in parse_cpuid()
|
| /Linux-v5.4/Documentation/kbuild/ |
| D | Kconfig.recursion-issue-01 | 11 # by stepping through the questions it needs to address sequentially.
|
| /Linux-v5.4/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
|