| /drivers/net/ethernet/apple/ |
| A 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() 475 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open() 477 out_le32(&rd->control, (RUN << 16) | RUN); in mace_open() 485 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open() 574 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_xmit_start() 697 out_le32(&td->control, RUN << 16); in mace_interrupt() 799 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE)); in mace_interrupt() 838 out_le32(&rd->control, (RUN << 16) | RUN); in mace_tx_timeout() 859 out_le32(&td->control, (RUN << 16) | RUN); in mace_tx_timeout() [all …]
|
| A D | bmac.c | 180 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD)); in dbdma_continue() 188 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)); in dbdma_reset() 190 while (dbdma_ld32(&dmap->status) & RUN) in dbdma_reset() 481 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 482 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 1349 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1350 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1439 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout() 1445 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout() 1448 out_le32(&rd->control, DBDMA_SET(RUN|WAKE)); in bmac_tx_timeout() [all …]
|
| /drivers/hid/bpf/progs/ |
| A D | README | 66 ACTION=="add",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/udev… 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 69 ACTION=="add",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/udev… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u…
|
| /drivers/scsi/ |
| A D | mac53c94.c | 112 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 D | mesh.c | 358 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()
|
| /drivers/ata/ |
| A D | pata_macio.c | 601 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze() 602 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_freeze() 647 writel((RUN << 16) | RUN, &dma_regs->control); in pata_macio_bmdma_start() 662 writel (((RUN|WAKE|DEAD) << 16), &dma_regs->control); in pata_macio_bmdma_stop() 663 while (--timeout && (readl(&dma_regs->status) & RUN)) in pata_macio_bmdma_stop() 690 if ((dstat & (RUN|DEAD)) != RUN) in pata_macio_bmdma_status()
|
| /drivers/video/fbdev/ |
| A D | gbefb.c | 287 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()
|
| /drivers/macintosh/ |
| A D | rack-meter.c | 163 out_le32(&rm->dma_regs->control, (RUN << 16) | RUN); in rackmeter_do_pause()
|
| /drivers/block/ |
| A D | swim3.c | 480 out_le32(&dr->control, (RUN << 16) | RUN); in setup_transfer() 640 out_le32(&dr->control, RUN << 16); in xfer_timeout() 752 out_le32(&dr->control, (RUN | PAUSE) << 16); in swim3_interrupt()
|
| /drivers/net/ethernet/amd/ |
| A D | amd8111e.c | 428 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 D | amd8111e.h | 228 RUN = (1 << 0), enumerator
|
| /drivers/media/dvb-frontends/ |
| A D | bcm3510_priv.h | 65 u8 RUN :1; member
|
| A D | bcm3510.c | 735 if (v.APSTAT1_a2.RUN) { in bcm3510_init_cold()
|
| /drivers/dma/ |
| A D | hisi_dma.c | 103 RUN, enumerator 436 FIELD_GET(HISI_DMA_Q_FSM_STS_MASK, tmp) != RUN, in hisi_dma_reset_or_disable_hw_chan()
|
| A D | pxa_dma.c | 283 dcsr, PXA_DCSR_STR(RUN), PXA_DCSR_STR(NODESC), in chan_state_show()
|
| /drivers/parisc/ |
| A D | Kconfig | 125 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
| /drivers/xen/ |
| A D | Kconfig | 51 …SUBSYSTEM=="memory", ACTION=="add", RUN+="/bin/sh -c '[ -f /sys$devpath/state ] && echo online > /…
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | gmc_v7_0.c | 199 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN); in gmc_v7_0_mc_load_microcode()
|
| A D | gmc_v8_0.c | 309 running = REG_GET_FIELD(RREG32(mmMC_SEQ_SUP_CNTL), MC_SEQ_SUP_CNTL, RUN); in gmc_v8_0_tonga_mc_load_microcode()
|
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx95.rst | 1192 | |RUN: (0) | 1230 | |RUN(0):cpu started |
|