Searched refs:STEP (Results 1 – 15 of 15) sorted by relevance
/linux/arch/riscv/lib/ |
H A D | crc32-riscv.c | 152 #define STEP (1 << STEP_ORDER) macro 153 #define OFFSET_MASK (STEP - 1) 194 head_len = min(STEP - offset, len); in crc32_le_generic() 272 head_len = min(STEP - offset, len); in crc32_be_arch()
|
/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 119 STEP 0: Error Event 126 STEP 1: Notification 161 proceeds to STEP 2 (MMIO Enable). 164 then recovery proceeds to STEP 4 (Slot Reset). 167 is STEP 6 (Permanent Failure). 188 STEP 2: MMIO Enabled 202 instead will have gone directly to STEP 3 (Link Reset) or STEP 4 (Slot Reset) 237 proceeds to either STEP3 (Link Reset) or to STEP 5 (Resume Operations). 240 proceeds to STEP 4 (Slot Reset) 242 STEP 3: Link Reset [all …]
|
/linux/arch/powerpc/crypto/ |
H A D | sha1-powerpc-asm.S | 114 STEP##fn##_UPDATE(t); \ 115 STEP##fn##_UPDATE((t)+1); \ 116 STEP##fn##_UPDATE((t)+2); \ 117 STEP##fn##_UPDATE((t)+3)
|
/linux/include/linux/ceph/ |
H A D | messenger.h | 136 #define __ceph_bio_iter_advance_step(it, n, STEP) do { \ argument 142 (void)(STEP); \ 180 #define __ceph_bvec_iter_advance_step(it, n, STEP) do { \ argument 182 (void)(STEP); \
|
/linux/drivers/block/ |
H A D | swim.c | 94 #define STEP 0x071 macro 371 swim_action(base, STEP); in swim_step() 379 if (!swim_readbit(base, STEP)) in swim_step()
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_reg_print.c_shipped | 261 { "STEP", 0x04, 0x04 },
|
H A D | aic79xx_reg_print.c_shipped | 581 { "STEP", 0x04, 0x04 },
|
H A D | aic7xxx_reg.h_shipped | 549 #define STEP 0x04
|
H A D | aic79xx_reg.h_shipped | 1467 #define STEP 0x04
|
H A D | aic7xxx.reg | 616 field STEP 0x04
|
H A D | aic79xx_core.c | 3495 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()
|
H A D | aic79xx.reg | 3407 field STEP 0x04
|
H A D | aic7xxx_core.c | 2035 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
|
/linux/arch/arm64/kvm/ |
H A D | nested.c | 1274 if (!kvm_has_feat(kvm, ID_AA64DFR2_EL1, STEP, IMP)) in kvm_init_nv_sysregs()
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg_def.h | 311 #define STEP 0x00000002 macro
|