Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class14 ****** STEP 1. Basic Functionality
49 ****** STEP 2. Multistate (no more magic numbers in state value)
78 ****** STEP 3. Notify other device drivers
101 the extcon device driver should support multistate feature (STEP 2).
103 ****** STEP 4. Inter-cable relation (mutually exclusive)
121 extcon, too. When the multistate support (STEP 2 of CHAPTER 1.) is
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt115 STEP 0: Error Event
122 STEP 1: Notification
156 proceeds to STEP 2 (MMIO Enable).
159 then recovery proceeds to STEP 4 (Slot Reset).
162 is STEP 6 (Permanent Failure).
181 STEP 2: MMIO Enabled
195 instead will have gone directly to STEP 3 (Link Reset) or STEP 4 (Slot Reset)
228 proceeds to either STEP3 (Link Reset) or to STEP 5 (Resume Operations).
231 proceeds to STEP 4 (Slot Reset)
233 STEP 3: Link Reset
[all …]
/linux-4.4.14/arch/powerpc/crypto/
Dsha1-powerpc-asm.S103 STEP##fn##_UPDATE(t); \
104 STEP##fn##_UPDATE((t)+1); \
105 STEP##fn##_UPDATE((t)+2); \
106 STEP##fn##_UPDATE((t)+3)
/linux-4.4.14/arch/arm/mach-pxa/
Dviper.c183 #define STEP 0x100 in viper_set_core_cpu_voltage() macro
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()
191 else if (current_voltage_divisor > divisor + STEP) in viper_set_core_cpu_voltage()
192 step = current_voltage_divisor - STEP; in viper_set_core_cpu_voltage()
/linux-4.4.14/lib/
Diov_iter.c8 #define iterate_iovec(i, n, __v, __p, skip, STEP) { \ argument
15 left = (STEP); \
28 left = (STEP); \
36 #define iterate_kvec(i, n, __v, __p, skip, STEP) { \ argument
42 (void)(STEP); \
52 (void)(STEP); \
59 #define iterate_bvec(i, n, __v, __p, skip, STEP) { \ argument
66 (void)(STEP); \
77 (void)(STEP); \
/linux-4.4.14/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
431 swim3_select(fs, STEP); in seek_track()
/linux-4.4.14/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
Daic7xxx.reg616 field STEP 0x04
Daic79xx_reg.h_shipped2342 #define 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-4.4.14/drivers/scsi/aic94xx/
Daic94xx_reg_def.h329 #define STEP 0x00000002 macro