/linux-6.6.21/drivers/ata/ |
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 …]
|
/linux-6.6.21/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-6.6.21/arch/arm/boot/dts/marvell/ |
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-6.6.21/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 | 87 unsigned int stepping; member
|
/linux-6.6.21/arch/x86/kernel/ |
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()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | cpu_device_id.h | 185 #define INTEL_CPU_DESC(model, stepping, revision) { \ argument 189 .x86_stepping = (stepping), \
|
/linux-6.6.21/drivers/staging/media/av7110/ |
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-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_dmc.c | 199 char stepping; member 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 == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping()
|
/linux-6.6.21/Documentation/devicetree/bindings/net/bluetooth/ |
D | brcm,bcm4377-bluetooth.yaml | 44 This blob is used if the chip stepping of the Bluetooth module does not 52 This blob is used if the chip stepping of the Bluetooth module supports
|
/linux-6.6.21/tools/perf/arch/x86/annotate/ |
D | instructions.c | 172 unsigned int family, model, stepping; in x86__cpuid_parse() local 178 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping); in x86__cpuid_parse()
|
/linux-6.6.21/arch/arm/boot/dts/broadcom/ |
D | bcm-nsp-ax.dtsi | 3 * Broadcom Northstar Plus Ax stepping-specific bindings.
|
/linux-6.6.21/drivers/bluetooth/ |
D | hci_bcm4377.c | 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[idx] = tolower(val[idx]); in bcm4377_parse_otp_chip_params() 1977 bcm4377->stepping[idx] = '\0'; in bcm4377_parse_otp_chip_params() 2072 if (!bcm4377->stepping[0] || !bcm4377->vendor[0]) in bcm4377_parse_otp_sys_vendor() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/iio/proximity/ |
D | ams,as3935.yaml | 34 Calibration tuning capacitor stepping value. This will require using
|
/linux-6.6.21/arch/parisc/kernel/ |
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-6.6.21/tools/power/x86/x86_energy_perf_policy/ |
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-6.6.21/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 11 # by stepping through the questions it needs to address sequentially.
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.h | 182 uint32_t stepping);
|
/linux-6.6.21/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-6.6.21/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-6.6.21/include/linux/ |
D | signal.h | 293 extern void signal_setup_done(int failed, struct ksignal *ksig, int stepping);
|
/linux-6.6.21/drivers/edac/ |
D | amd64_edac.h | 337 u8 stepping; /* ... stepping */ member
|