Home
last modified time | relevance | path

Searched refs:RUN (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.3-rc2/tools/testing/ktest/examples/
A Dcrosstests.conf120 TEST_START IF ${RUN} == mips || ${RUN} == mips64 || ${DO_DEFAULT}
125 TEST_START IF ${RUN} == mips || ${RUN} == mips32 || ${DO_DEFAULT}
130 TEST_START IF ${RUN} == hppa || ${RUN} == hppa64 || ${DO_FAILED}
135 TEST_START IF ${RUN} == hppa || ${RUN} == hppa32 || ${DO_FAILED}
140 TEST_START IF ${RUN} == ppc || ${RUN} == ppc32 || ${DO_DEFAULT}
145 TEST_START IF ${RUN} == ppc || ${RUN} == ppc64 || ${DO_DEFAULT}
160 TEST_START IF ${RUN} == sparc || ${RUN} == sparc64 || ${DO_DEFAULT}
165 TEST_START IF ${RUN} == sparc || ${RUN} == sparc32 || ${DO_DEFAULT}
180 TEST_START IF ${RUN} == x86 || ${RUN} == i386 || ${DO_DEFAULT}
185 TEST_START IF ${RUN} == x86 || ${RUN} == x86_64 || ${DO_DEFAULT}
[all …]
/linux-6.3-rc2/arch/powerpc/include/asm/
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-6.3-rc2/drivers/net/ethernet/apple/
A Dmace.c307 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset()
314 if (le32_to_cpu(dma->control) & RUN) in dbdma_reset()
477 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open()
479 out_le32(&rd->control, (RUN << 16) | RUN); in mace_open()
487 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open()
576 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_xmit_start()
699 out_le32(&td->control, RUN << 16); in mace_interrupt()
801 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_interrupt()
840 out_le32(&rd->control, (RUN << 16) | RUN); in mace_tx_timeout()
861 out_le32(&td->control, (RUN << 16) | RUN); in mace_tx_timeout()
[all …]
A Dbmac.c181 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD)); in dbdma_continue()
189 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)); in dbdma_reset()
191 while (dbdma_ld32(&dmap->status) & RUN) in dbdma_reset()
482 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend()
483 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend()
1406 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close()
1407 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close()
1496 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
1502 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
1505 out_le32(&rd->control, DBDMA_SET(RUN|WAKE)); in bmac_tx_timeout()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Drohm,bd71815-regulator.yaml56 PMIC "RUN" state voltage in uV when PMIC HW states are used. See
58 regulator should be disabled at RUN state.
93 # (RUN /CLEAN according to data-sheet) and non operational states
99 # Bucks 3-5 and ldos 1-5 support setting the RUN state voltage here.
100 # Given RUN voltage is used at all states if regulator is enabled at
106 # for each of the HW states (RUN/SNVS/SUSPEND/LPSR). HW defaults can
A Drohm,bd71847-regulator.yaml20 Note that if BD71847 starts at RUN state you probably want to use
61 PMIC default "RUN" state voltage in uV. See below table for
A Drohm,bd71837-regulator.yaml20 Note that if BD71837 starts at RUN state you probably want to use
62 PMIC default "RUN" state voltage in uV. See below table for
A Drohm,bd71828-regulator.yaml53 PMIC default "RUN" state voltage in uV. See below table for
A Dnxp,pca9450-regulator.yaml64 PMIC default "RUN" state voltage in uV. Only Buck1~3 have such
/linux-6.3-rc2/drivers/scsi/
A Dmac53c94.c112 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD()
137 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
218 writel(RUN << 16, &dma->control); /* stop dma */ in mac53c94_interrupt()
275 writel((RUN << 16) | RUN, &dma->control); in mac53c94_interrupt()
313 writel(RUN << 16, &dma->control); /* stop dma */ in mac53c94_interrupt()
A Dmesh.c358 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init()
782 out_le32(&md->control, (RUN << 16) | RUN); in start_phase()
1331 out_le32(&md->control, RUN << 16); /* turn off RUN bit */ in halt_dma()
1717 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
/linux-6.3-rc2/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dlocks.h63 #ifdef RUN in lock_impl_trylock()
95 #ifdef RUN in lock_impl_unlock()
A Dassume.h6 #ifdef RUN
A Dbarriers.h7 #ifdef RUN
A Dpercpu.h40 #ifdef RUN
/linux-6.3-rc2/sound/ppc/
A Dpmac.c133 while ((in_le32(&rec->dma->status) & RUN) && timeout-- > 0) in snd_pmac_wait_ack()
155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop()
213 snd_pmac_dma_run(rec, RUN); in snd_pmac_pcm_prepare()
263 snd_pmac_dma_run(rec, RUN|WAKE); in snd_pmac_pcm_trigger()
392 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer()
425 out_le32(&rec->dma->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in snd_pmac_pcm_dead_xfer()
710 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
712 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
735 snd_pmac_dma_run(rec, RUN); in snd_pmac_beep_dma_start()
/linux-6.3-rc2/drivers/ata/
A Dpata_macio.c584 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze()
585 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_freeze()
630 writel((RUN << 16) | RUN, &dma_regs->control); in pata_macio_bmdma_start()
645 writel (((RUN|WAKE|DEAD) << 16), &dma_regs->control); in pata_macio_bmdma_stop()
646 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_bmdma_stop()
673 if ((dstat & (RUN|DEAD)) != RUN) in pata_macio_bmdma_status()
/linux-6.3-rc2/tools/testing/selftests/resctrl/
A DREADME26 RUN
47 RUN
/linux-6.3-rc2/sound/aoa/soundbus/i2sbus/
A Dpcm.c271 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_wait_for_stop()
567 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_pcm_trigger()
580 out_le32(&pi->dbdma->control, (RUN << 16) | RUN); in i2sbus_pcm_trigger()
683 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in handle_interrupt()
/linux-6.3-rc2/drivers/video/fbdev/
A Dgbefb.c287 SET_GBE_FIELD(DOTCLK, RUN, val, 0); in gbe_turn_off()
292 if (GET_GBE_FIELD(DOTCLK, RUN, val)) in gbe_turn_off()
324 SET_GBE_FIELD(DOTCLK, RUN, val, 1); in gbe_turn_on()
329 if (GET_GBE_FIELD(DOTCLK, RUN, val) != 1) in gbe_turn_on()
540 SET_GBE_FIELD(DOTCLK, RUN, val, 0); /* do not start yet */ in gbe_set_timing_info()
/linux-6.3-rc2/drivers/macintosh/
A Drack-meter.c163 out_le32(&rm->dma_regs->control, (RUN << 16) | RUN); in rackmeter_do_pause()
/linux-6.3-rc2/drivers/block/
A Dswim3.c481 out_le32(&dr->control, (RUN << 16) | RUN); in setup_transfer()
641 out_le32(&dr->control, RUN << 16); in xfer_timeout()
753 out_le32(&dr->control, (RUN | PAUSE) << 16); in swim3_interrupt()
/linux-6.3-rc2/drivers/net/ethernet/amd/
A Damd8111e.c428 writel(RUN, mmio + CMD0); in amd8111e_restart()
490 writel(VAL0 | INTREN | RUN, mmio + CMD0); in amd8111e_restart()
506 writel(RUN, mmio + CMD0); in amd8111e_init_hw_default()
608 writel(RUN, lp->mmio + CMD0); in amd8111e_stop_chip()
1532 writel(RUN, lp->mmio + CMD0); in amd8111e_change_mtu()
A Damd8111e.h228 RUN = (1 << 0), enumerator
/linux-6.3-rc2/tools/testing/selftests/x86/
A Dsyscall_numbering.c88 #define run(fmt, ...) msg(RUN, fmt, ## __VA_ARGS__)

Completed in 51 milliseconds

12