Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 25 of 58) sorted by relevance

123

/linux-6.3-rc2/drivers/ata/
A Dpata_icside.c29 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-6.3-rc2/drivers/hwmon/
A Dk8temp.c137 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 Dhwmon-vid.c259 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.3-rc2/arch/arm/boot/dts/
A Dkirkwood-rd88f6281-z0.dts3 * Marvell RD88F6181 Z0 stepping descrition
8 * stepping of the SoC. The ethernet switch has a "wan" port.
A Dkirkwood-rd88f6281-a.dts8 * higher stepping of the SoC. The ethernet switch does not have a
A Dbcm-nsp-ax.dtsi3 * Broadcom Northstar Plus Ax stepping-specific bindings.
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A Dcpuid.c59 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 Dhelpers.h87 unsigned int stepping; member
/linux-6.3-rc2/arch/x86/kernel/
A Dsignal.c226 bool stepping, failed; in handle_signal() local
259 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal()
260 if (stepping) in handle_signal()
281 signal_setup_done(failed, ksig, stepping); in handle_signal()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpu_device_id.h185 #define INTEL_CPU_DESC(model, stepping, revision) { \ argument
189 .x86_stepping = (stepping), \
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_dmc.c163 char stepping; member
248 char stepping; member
268 si->stepping = step_name[0]; in intel_get_stepping_info()
519 if ((fw_info->substepping == '*' && si->stepping == fw_info->stepping) || in fw_info_matches_stepping()
520 (si->stepping == fw_info->stepping && si->substepping == fw_info->substepping) || in fw_info_matches_stepping()
526 (si->stepping == '*' && si->substepping == fw_info->substepping) || in fw_info_matches_stepping()
527 (fw_info->stepping == '*' && fw_info->substepping == '*')) in fw_info_matches_stepping()
/linux-6.3-rc2/drivers/staging/media/av7110/
A Dvideo-command.rst77 1 specifies forward single stepping,
78 -1 specifies backward single stepping,
A Dvideo_types.rst119 1 specifies forward single stepping,
120 -1 specifies backward single stepping,
/linux-6.3-rc2/Documentation/devicetree/bindings/net/bluetooth/
A Dbrcm,bcm4377-bluetooth.yaml44 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.3-rc2/drivers/bluetooth/
A Dhci_bcm4377.c571 char stepping[BCM4377_OTP_MAX_PARAM_LEN]; member
1170 if ((strcmp(bcm4377->stepping, "b1") == 0) || in bcm4378_send_calibration()
1171 strcmp(bcm4377->stepping, "b3") == 0) in bcm4378_send_calibration()
1183 if (strcmp(bcm4377->stepping, "c2") == 0) in bcm4387_send_calibration()
1201 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob()
1204 bcm4377->hw->id, bcm4377->stepping, bcm4377->board_type, in bcm4377_request_blob()
1964 if (len >= sizeof(bcm4377->stepping)) in bcm4377_parse_otp_chip_params()
1968 bcm4377->stepping[idx] = tolower(val[idx]); in bcm4377_parse_otp_chip_params()
1976 bcm4377->stepping[idx] = '\0'; in bcm4377_parse_otp_chip_params()
2071 if (!bcm4377->stepping[0] || !bcm4377->vendor[0]) in bcm4377_parse_otp_sys_vendor()
[all …]
/linux-6.3-rc2/tools/perf/arch/x86/annotate/
A Dinstructions.c200 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-6.3-rc2/Documentation/devicetree/bindings/iio/proximity/
A Dams,as3935.yaml34 Calibration tuning capacitor stepping value. This will require using
/linux-6.3-rc2/arch/parisc/kernel/
A Dptrace.c383 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.3-rc2/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c1439 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.3-rc2/Documentation/kbuild/
A DKconfig.recursion-issue-0111 # by stepping through the questions it needs to address sequentially.
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.h182 uint32_t stepping);
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-mic28 What: /sys/class/mic/mic<X>/stepping
33 Provides information about the silicon stepping for an Intel
/linux-6.3-rc2/Documentation/trace/
A Dmmiotrace.rst129 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.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer.h188 uint32_t clk_khz, uint32_t stepping);
/linux-6.3-rc2/drivers/edac/
A Damd64_edac.h346 u8 stepping; /* ... stepping */ member

Completed in 56 milliseconds

123