Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/PCI/
Dpci-error-recovery.txt113 STEP 0: Error Event: ERR_NONFATAL
120 STEP 1: Notification
154 proceeds to STEP 2 (MMIO Enable).
157 then recovery proceeds to STEP 4 (Slot Reset).
160 is STEP 6 (Permanent Failure).
179 STEP 2: MMIO Enabled
193 instead will have gone directly to STEP 3 (Link Reset) or STEP 4 (Slot Reset)
226 proceeds to either STEP3 (Link Reset) or to STEP 5 (Resume Operations).
229 proceeds to STEP 4 (Slot Reset)
231 STEP 3: Slot Reset
[all …]
/Linux-v4.19/include/linux/ceph/
Dmessenger.h108 #define __ceph_bio_iter_advance_step(it, n, STEP) do { \ argument
114 (void)(STEP); \
152 #define __ceph_bvec_iter_advance_step(it, n, STEP) do { \ argument
154 (void)(STEP); \
/Linux-v4.19/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-v4.19/drivers/cpufreq/
Dimx6q-cpufreq.c32 STEP, enumerator
140 clk_set_parent(clks[STEP].clk, clks[SECONDARY_SEL].clk); in imx6q_set_target()
141 clk_set_parent(clks[PLL1_SW].clk, clks[STEP].clk); in imx6q_set_target()
147 clk_set_parent(clks[STEP].clk, clks[PLL2_PFD2_396M].clk); in imx6q_set_target()
148 clk_set_parent(clks[PLL1_SW].clk, clks[STEP].clk); in imx6q_set_target()
/Linux-v4.19/arch/arm/mach-pxa/
Dviper.c184 #define STEP 0x100 in viper_set_core_cpu_voltage() macro
190 else if (current_voltage_divisor < divisor - STEP) in viper_set_core_cpu_voltage()
191 step = current_voltage_divisor + STEP; in viper_set_core_cpu_voltage()
192 else if (current_voltage_divisor > divisor + STEP) in viper_set_core_cpu_voltage()
193 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.h29 #define DPU_HW_VER(MAJOR, MINOR, STEP) (((MAJOR & 0xF) << 28) |\ argument
31 (STEP & 0xFFFF))
/Linux-v4.19/lib/
Diov_iter.c12 #define iterate_iovec(i, n, __v, __p, skip, STEP) { \ argument
19 left = (STEP); \
32 left = (STEP); \
40 #define iterate_kvec(i, n, __v, __p, skip, STEP) { \ argument
46 (void)(STEP); \
56 (void)(STEP); \
63 #define iterate_bvec(i, n, __v, __bi, skip, STEP) { \ argument
71 (void)(STEP); \
/Linux-v4.19/Documentation/devicetree/bindings/slimbus/
Dslim-ngd-qcom-ctrl.txt13 Definition: must be "qcom,slim-ngd-v<MAJOR>.<MINOR>.<STEP>"
/Linux-v4.19/drivers/block/
Dswim.c97 #define STEP 0x071 macro
373 swim_action(base, STEP); in swim_step()
381 if (!swim_readbit(base, STEP)) in swim_step()
Dswim3.c137 #define STEP 1 macro
430 swim3_select(fs, STEP); in seek_track()
/Linux-v4.19/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.c3528 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); in ahd_clear_critical_section()
3548 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); in ahd_clear_critical_section()
Daic79xx.reg3407 field STEP 0x04
Daic7xxx_core.c2059 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_reg_def.h329 #define STEP 0x00000002 macro