Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.1/arch/powerpc/crypto/
Dsha1-powerpc-asm.S114 STEP##fn##_UPDATE(t); \
115 STEP##fn##_UPDATE((t)+1); \
116 STEP##fn##_UPDATE((t)+2); \
117 STEP##fn##_UPDATE((t)+3)
/Linux-v6.1/drivers/cpufreq/
Dimx6q-cpufreq.c29 STEP, enumerator
135 clk_set_parent(clks[STEP].clk, clks[SECONDARY_SEL].clk); in imx6q_set_target()
136 clk_set_parent(clks[PLL1_SW].clk, clks[STEP].clk); in imx6q_set_target()
142 clk_set_parent(clks[STEP].clk, clks[PLL2_PFD2_396M].clk); in imx6q_set_target()
143 clk_set_parent(clks[PLL1_SW].clk, clks[STEP].clk); in imx6q_set_target()
/Linux-v6.1/Documentation/PCI/
Dpci-error-recovery.rst118 STEP 0: Error Event
125 STEP 1: Notification
160 proceeds to STEP 2 (MMIO Enable).
163 then recovery proceeds to STEP 4 (Slot Reset).
166 is STEP 6 (Permanent Failure).
187 STEP 2: MMIO Enabled
201 instead will have gone directly to STEP 3 (Link Reset) or STEP 4 (Slot Reset)
236 proceeds to either STEP3 (Link Reset) or to STEP 5 (Resume Operations).
239 proceeds to STEP 4 (Slot Reset)
241 STEP 3: Link Reset
[all …]
/Linux-v6.1/arch/arm/mach-pxa/
Dviper.c181 #define STEP 0x100 in viper_set_core_cpu_voltage() macro
187 else if (current_voltage_divisor < divisor - STEP) in viper_set_core_cpu_voltage()
188 step = current_voltage_divisor + STEP; in viper_set_core_cpu_voltage()
189 else if (current_voltage_divisor > divisor + STEP) in viper_set_core_cpu_voltage()
190 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage()
/Linux-v6.1/include/linux/ceph/
Dmessenger.h110 #define __ceph_bio_iter_advance_step(it, n, STEP) do { \ argument
116 (void)(STEP); \
154 #define __ceph_bvec_iter_advance_step(it, n, STEP) do { \ argument
156 (void)(STEP); \
/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.h22 #define DPU_HW_VER(MAJOR, MINOR, STEP) (((MAJOR & 0xF) << 28) |\ argument
24 (STEP & 0xFFFF))
/Linux-v6.1/lib/
Diov_iter.c20 #define iterate_buf(i, n, base, len, off, __p, STEP) { \ argument
24 len -= (STEP); \
30 #define iterate_iovec(i, n, base, len, off, __p, STEP) { \ argument
37 len -= (STEP); \
51 #define iterate_bvec(i, n, base, len, off, p, STEP) { \ argument
62 left = (STEP); \
79 #define iterate_xarray(i, n, base, len, __off, STEP) { \ argument
102 left = (STEP); \
/Linux-v6.1/Documentation/devicetree/bindings/slimbus/
Dslim-ngd-qcom-ctrl.txt13 Definition: must be "qcom,slim-ngd-v<MAJOR>.<MINOR>.<STEP>"
/Linux-v6.1/drivers/block/
Dswim.c94 #define STEP 0x071 macro
371 swim_action(base, STEP); in swim_step()
379 if (!swim_readbit(base, STEP)) in swim_step()
Dswim3.c134 #define STEP 1 macro
398 swim3_select(fs, STEP); in seek_track()
/Linux-v6.1/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt10 Definition: must be "qcom,soundwire-v<MAJOR>.<MINOR>.<STEP>",
/Linux-v6.1/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped261 { "STEP", 0x04, 0x04 },
Daic79xx_reg_print.c_shipped581 { "STEP", 0x04, 0x04 },
Daic7xxx_reg.h_shipped549 #define STEP 0x04
Daic79xx_reg.h_shipped1467 #define STEP 0x04
Daic7xxx.reg616 field STEP 0x04
Daic79xx_core.c3495 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); in ahd_clear_critical_section()
3515 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); in ahd_clear_critical_section()
Daic79xx.reg3407 field STEP 0x04
Daic7xxx_core.c2035 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
/Linux-v6.1/drivers/scsi/aic94xx/
Daic94xx_reg_def.h311 #define STEP 0x00000002 macro