/Linux-v4.19/tools/testing/ktest/examples/ |
D | crosstests.conf | 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} == 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} [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | dbdma.h | 33 #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-v4.19/drivers/net/ethernet/apple/ |
D | mace.c | 305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset() 312 if (le32_to_cpu(dma->control) & RUN) in dbdma_reset() 471 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open() 473 out_le32(&rd->control, (RUN << 16) | RUN); in mace_open() 481 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open() 509 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 510 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 570 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_xmit_start() 693 out_le32(&td->control, RUN << 16); in mace_interrupt() 795 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_interrupt() [all …]
|
D | bmac.c | 181 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-v4.19/drivers/scsi/ |
D | mac53c94.c | 113 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD() 139 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init() 219 writel(RUN << 16, &dma->control); /* stop dma */ in mac53c94_interrupt() 276 writel((RUN << 16) | RUN, &dma->control); in mac53c94_interrupt() 314 writel(RUN << 16, &dma->control); /* stop dma */ in mac53c94_interrupt()
|
D | mesh.c | 366 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init() 787 out_le32(&md->control, (RUN << 16) | RUN); in start_phase() 1334 out_le32(&md->control, RUN << 16); /* turn off RUN bit */ in halt_dma() 1715 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 63 #ifdef RUN in lock_impl_trylock() 95 #ifdef RUN in lock_impl_unlock()
|
D | assume.h | 6 #ifdef RUN
|
D | barriers.h | 7 #ifdef RUN
|
D | percpu.h | 40 #ifdef RUN
|
/Linux-v4.19/sound/ppc/ |
D | pmac.c | 164 while ((in_le32(&rec->dma->status) & RUN) && timeout-- > 0) in snd_pmac_wait_ack() 186 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop() 244 snd_pmac_dma_run(rec, RUN); in snd_pmac_pcm_prepare() 294 snd_pmac_dma_run(rec, RUN|WAKE); in snd_pmac_pcm_trigger() 423 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer() 456 out_le32(&rec->dma->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in snd_pmac_pcm_dead_xfer() 747 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 749 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 772 snd_pmac_dma_run(rec, RUN); in snd_pmac_beep_dma_start()
|
/Linux-v4.19/drivers/ata/ |
D | pata_macio.c | 579 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze() 580 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_freeze() 625 writel((RUN << 16) | RUN, &dma_regs->control); in pata_macio_bmdma_start() 640 writel (((RUN|WAKE|DEAD) << 16), &dma_regs->control); in pata_macio_bmdma_stop() 641 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_bmdma_stop() 669 if ((dstat & (RUN|DEAD)) != RUN) in pata_macio_bmdma_status()
|
/Linux-v4.19/drivers/ide/ |
D | pmac.c | 1471 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma->control); in pmac_ide_build_dmatable() 1472 while (readl(&dma->status) & RUN) in pmac_ide_build_dmatable() 1567 writel((RUN << 16) | RUN, &dma->control); in pmac_ide_dma_start() 1584 writel(((RUN|WAKE|DEAD) << 16), &dma->control); in pmac_ide_dma_end() 1590 return (dstat & (RUN|DEAD)) != RUN; in pmac_ide_dma_end()
|
/Linux-v4.19/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 273 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_wait_for_stop() 576 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_pcm_trigger() 589 out_le32(&pi->dbdma->control, (RUN << 16) | RUN); in i2sbus_pcm_trigger() 692 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in handle_interrupt()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | gbefb.c | 295 SET_GBE_FIELD(DOTCLK, RUN, val, 0); in gbe_turn_off() 300 if (GET_GBE_FIELD(DOTCLK, RUN, val)) in gbe_turn_off() 332 SET_GBE_FIELD(DOTCLK, RUN, val, 1); in gbe_turn_on() 337 if (GET_GBE_FIELD(DOTCLK, RUN, val) != 1) in gbe_turn_on() 548 SET_GBE_FIELD(DOTCLK, RUN, val, 0); /* do not start yet */ in gbe_set_timing_info()
|
/Linux-v4.19/drivers/macintosh/ |
D | rack-meter.c | 165 out_le32(&rm->dma_regs->control, (RUN << 16) | RUN); in rackmeter_do_pause()
|
/Linux-v4.19/drivers/block/ |
D | swim3.c | 495 out_le32(&dr->control, (RUN << 16) | RUN); in setup_transfer() 658 out_le32(&dr->control, RUN << 16); in xfer_timeout() 772 out_le32(&dr->control, (RUN | PAUSE) << 16); in swim3_interrupt()
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd71837-regulator.txt | 13 Note that if BD71837 starts at RUN state you probably want to use
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | amd8111e.c | 438 writel(RUN, mmio + CMD0); in amd8111e_restart() 500 writel(VAL0 | INTREN | RUN, mmio + CMD0); in amd8111e_restart() 516 writel(RUN, mmio + CMD0); in amd8111e_init_hw_default() 618 writel(RUN, lp->mmio + CMD0); in amd8111e_stop_chip() 1548 writel(RUN, lp->mmio + CMD0); in amd8111e_change_mtu()
|
D | amd8111e.h | 239 RUN = (1 << 0), enumerator
|
/Linux-v4.19/sound/soc/omap/ |
D | Kconfig | 71 RUN+="/usr/sbin/ldattach 19 /dev/ttyS3"
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | bcm3510_priv.h | 74 u8 RUN :1; member
|
/Linux-v4.19/Documentation/hwmon/ |
D | smsc47b397 | 111 The chip returns to the RUN State. (This is important).
|
/Linux-v4.19/drivers/parisc/ |
D | Kconfig | 144 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
/Linux-v4.19/Documentation/networking/ |
D | regulatory.txt | 47 KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="/sbin/crda"
|