Searched refs:RUN (Results 1 - 23 of 23) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverifier.c120 #define RUN(skel) run_tests_aux(#skel, skel##__elf_bytes, NULL) macro
122 void test_verifier_and(void) { RUN(verifier_and); }
123 void test_verifier_arena(void) { RUN(verifier_arena); }
124 void test_verifier_arena_large(void) { RUN(verifier_arena_large); }
125 void test_verifier_basic_stack(void) { RUN(verifier_basic_stack); }
126 void test_verifier_bitfield_write(void) { RUN(verifier_bitfield_write); }
127 void test_verifier_bounds(void) { RUN(verifier_bounds); }
128 void test_verifier_bounds_deduction(void) { RUN(verifier_bounds_deduction); }
129 void test_verifier_bounds_deduction_non_const(void) { RUN(verifier_bounds_deduction_non_const); }
130 void test_verifier_bounds_mix_sign_unsign(void) { RUN(verifier_bounds_mix_sign_unsig
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dcrosstests.conf61 # arch that you want to test. (uncomment RUN and chose your arch)
62 #RUN := arm
67 #RUN := bisect
96 TEST_START IF ${RUN} == alpha || ${DO_DEFAULT}
105 TEST_START IF ${RUN} == arm || ${DO_DEFAULT}
110 TEST_START IF ${RUN} == ia64 || ${DO_DEFAULT}
115 TEST_START IF ${RUN} == m68k || ${DO_DEFAULT}
120 TEST_START IF ${RUN} == mips || ${RUN} == mips64 || ${DO_DEFAULT}
125 TEST_START IF ${RUN}
[all...]
/linux-master/arch/powerpc/include/asm/
H A Ddbdma.h33 #define RUN 0x8000 macro
97 out_le32(&((regs)->control), (RUN|FLUSH)<<16); \
103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
104 while(in_le32(&((regs)->status)) & (RUN)) \
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16);
312 if (le32_to_cpu(dma->control) & RUN)
475 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
477 out_le32(&rd->control, (RUN << 16) | RUN);
485 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
513 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
514 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
574 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAK
[all...]
H A Dbmac.c181 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD));
189 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN));
191 while (dbdma_ld32(&dmap->status) & RUN)
482 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
483 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1406 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1407 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1496 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
1502 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
1505 out_le32(&rd->control, DBDMA_SET(RUN|WAK
[all...]
/linux-master/drivers/scsi/
H A Dmac53c94.c112 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control);
137 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control);
218 writel(RUN << 16, &dma->control); /* stop dma */
275 writel((RUN << 16) | RUN, &dma->control);
313 writel(RUN << 16, &dma->control); /* stop dma */
H A Dmesh.c358 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */
782 out_le32(&md->control, (RUN << 16) | RUN);
1331 out_le32(&md->control, RUN << 16); /* turn off RUN bit */
1717 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */
/linux-master/drivers/ata/
H A Dpata_macio.c585 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control);
586 while (--timeout && (readl(&dma_regs->status) & RUN))
631 writel((RUN << 16) | RUN, &dma_regs->control);
646 writel (((RUN|WAKE|DEAD) << 16), &dma_regs->control);
647 while (--timeout && (readl(&dma_regs->status) & RUN))
674 if ((dstat & (RUN|DEAD)) != RUN)
/linux-master/sound/ppc/
H A Dpmac.c133 while ((in_le32(&rec->dma->status) & RUN) && timeout-- > 0)
155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16);
213 snd_pmac_dma_run(rec, RUN);
263 snd_pmac_dma_run(rec, RUN|WAKE);
389 /* to clear DEAD status we must first clear RUN
392 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
425 out_le32(&rec->dma->control, ((RUN|WAKE) << 16) + (RUN|WAKE));
710 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
712 out_le32(&chip->capture.dma->control, (RUN|PAUS
[all...]
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c270 /* make sure RUN, PAUSE and S0 bits are cleared */
271 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16);
566 /* make sure RUN, PAUSE and S0 bits are cleared */
567 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16);
580 out_le32(&pi->dbdma->control, (RUN << 16) | RUN);
683 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16);
/linux-master/drivers/video/fbdev/
H A Dgbefb.c287 SET_GBE_FIELD(DOTCLK, RUN, val, 0);
292 if (GET_GBE_FIELD(DOTCLK, RUN, val))
324 SET_GBE_FIELD(DOTCLK, RUN, val, 1);
329 if (GET_GBE_FIELD(DOTCLK, RUN, val) != 1)
540 SET_GBE_FIELD(DOTCLK, RUN, val, 0); /* do not start yet */
/linux-master/drivers/macintosh/
H A Drack-meter.c163 out_le32(&rm->dma_regs->control, (RUN << 16) | RUN);
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c88 #define run(fmt, ...) msg(RUN, fmt, ## __VA_ARGS__)
/linux-master/drivers/block/
H A Dswim3.c480 out_le32(&dr->control, (RUN << 16) | RUN);
640 out_le32(&dr->control, RUN << 16);
752 out_le32(&dr->control, (RUN | PAUSE) << 16);
/linux-master/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h65 u8 RUN :1; member in struct:__anon286::__anon290
H A Dbcm3510.c732 /* read Acquisation Processor status register and check it is not in RUN mode */
735 if (v.APSTAT1_a2.RUN) {
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c428 writel(RUN, mmio + CMD0);
488 /* set RUN bit to start the chip */
490 writel(VAL0 | INTREN | RUN, mmio + CMD0);
506 writel(RUN, mmio + CMD0);
608 writel(RUN, lp->mmio + CMD0);
1532 writel(RUN, lp->mmio + CMD0);
H A Damd8111e.h228 RUN = (1 << 0), enumerator in enum:__anon659
/linux-master/drivers/dma/
H A Dhisi_dma.c103 RUN, enumerator in enum:hisi_dma_chan_status
436 FIELD_GET(HISI_DMA_Q_FSM_STS_MASK, tmp) != RUN,
H A Dpxa_dma.c283 dcsr, PXA_DCSR_STR(RUN), PXA_DCSR_STR(NODESC),
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v7_0.c196 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN);
H A Dgmc_v8_0.c305 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN);
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c515 out_le32(&chan->control, (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);

Completed in 502 milliseconds