/kernel/linux/linux-5.10/drivers/ata/ |
H A 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...] |
/kernel/linux/linux-6.6/drivers/ata/ |
H 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() 356 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << 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() [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A 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...] |
/kernel/linux/linux-5.10/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()
|
H A D | hwmon-vid.c | 174 * The stepping_to parameter is highest acceptable stepping for current line. 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()
|
/kernel/linux/linux-6.6/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()
|
H A D | hwmon-vid.c | 174 * The stepping_to parameter is highest acceptable stepping for current line. 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_csr.c | 139 char stepping; member 141 /* Sub-stepping (0, 1, ..., *). * is a wildcard */ 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() 534 DRM_ERROR("DMC firmware not supported for %c stepping\n", in parse_csr_fw_package() 535 si->stepping); in parse_csr_fw_package() [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 40 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo 59 cpu_info->stepping = unknown; in get_cpu_info() 90 } else if (!strncmp(value, "stepping\t: ", 10)) { in get_cpu_info() 91 sscanf(value, "stepping\t: %u", 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 | 82 unsigned int stepping; member 89 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 40 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo 59 cpu_info->stepping = unknown; in get_cpu_info() 90 } else if (!strncmp(value, "stepping\t: ", 10)) { in get_cpu_info() 91 sscanf(value, "stepping\t: %u", 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 94 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 30 * @_steppings: Bitmask for steppings, stepping constant or X86_STEPPING_ANY 170 * vendor/family/model/stepping must be all set. 172 * Only checks against the boot CPU. When mixed-stepping configs are 173 * valid for a CPU model, add a quirk for every valid stepping and 185 #define INTEL_CPU_DESC(model, stepping, revision) { \ 189 .x86_stepping = (stepping), \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tracehook.h | 134 * @stepping: nonzero if debugger single-step or block-step in use 143 static inline void tracehook_signal_handler(int stepping) in tracehook_signal_handler() argument 145 if (stepping) in tracehook_signal_handler()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cpu_device_id.h | 30 * @_steppings: Bitmask for steppings, stepping constant or X86_STEPPING_ANY 170 * vendor/family/model/stepping must be all set. 172 * Only checks against the boot CPU. When mixed-stepping configs are 173 * valid for a CPU model, add a quirk for every valid stepping and 185 #define INTEL_CPU_DESC(model, stepping, revision) { \ 189 .x86_stepping = (stepping), \
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | signal.c | 229 bool stepping, failed; in handle_signal() local 262 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 263 if (stepping) in handle_signal() 284 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dmc.c | 199 char stepping; member 201 /* Sub-stepping (0, 1, ..., *). * is a wildcard */ 284 char stepping; member 314 si->stepping = step_name[0]; in intel_get_stepping_info() 626 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping() 627 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 633 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping() 634 (fw_info->stepping in fw_info_matches_stepping() [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 172 unsigned int family, model, stepping; in x86__cpuid_parse() local 176 * cpuid = "GenuineIntel,family,model,stepping" in x86__cpuid_parse() 178 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 540 * stepping: Chip stepping read from OTP; used for firmware selection 572 char stepping[BCM4377_OTP_MAX_PARAM_LEN]; member 1171 if ((strcmp(bcm4377->stepping, "b1") == 0) || in bcm4378_send_calibration() 1172 strcmp(bcm4377->stepping, "b3") == 0) in bcm4378_send_calibration() 1184 if (strcmp(bcm4377->stepping, "c2") == 0) in bcm4387_send_calibration() 1202 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob() 1205 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob() 1965 if (len >= sizeof(bcm4377->stepping)) in bcm4377_parse_otp_chip_params() 1969 bcm4377->stepping[id in bcm4377_parse_otp_chip_params() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 177 unsigned int family, model, stepping; in x86__cpuid_parse() local 181 * cpuid = "GenuineIntel,family,model,stepping" in x86__cpuid_parse() 183 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | signal.c | 725 bool stepping, failed; in handle_signal() local 758 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal() 759 if (stepping) in handle_signal() 780 signal_setup_done(failed, ksig, stepping); in handle_signal()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | ptrace.c | 384 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit() local 394 if (stepping || test_thread_flag(TIF_SYSCALL_TRACE)) in do_syscall_trace_exit() 395 tracehook_report_syscall_exit(regs, stepping); in do_syscall_trace_exit()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | hw_sequencer.h | 183 uint32_t clk_khz, uint32_t stepping);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.h | 181 uint32_t stepping);
|