Home
last modified time | relevance | path

Searched refs:PAUSE (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.4/arch/powerpc/include/asm/
Ddbdma.h34 #define PAUSE 0x4000 macro
103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
/Linux-v5.4/drivers/net/ethernet/apple/
Dmace.c306 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset()
472 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open()
482 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open()
510 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
511 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
970 out_le32(&rd->control, (PAUSE << 16) | PAUSE); in mace_rxdma_intr()
Dbmac.c182 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD)); in dbdma_continue()
190 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)); in dbdma_reset()
483 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend()
484 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend()
1407 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close()
1408 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close()
1497 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
1503 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
/Linux-v5.4/tools/testing/selftests/net/
Dfib_nexthops.sh29 PAUSE=no
61 if [ "${PAUSE}" = "yes" ]; then
997 P) PAUSE=yes;;
1005 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
Dfib_tests.sh16 PAUSE=no
43 if [ "${PAUSE}" = "yes" ]; then
1592 P) PAUSE=yes;;
1602 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
Dfcnal-test.sh97 if [ "${PAUSE}" = "yes" ]; then
3363 PAUSE=no
3372 P) PAUSE=yes;;
3380 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
/Linux-v5.4/Documentation/media/uapi/rc/
Drc-tables.rst201 - PAUSE / FREEZE
217 - PLAY / PAUSE
233 - CAPTURE / REC / RECORD/PAUSE
/Linux-v5.4/drivers/staging/speakup/
Dspeakup_soft.c40 { PAUSE, .u.n = {"\x01P" } },
160 var->var_id != PAUSE && var->var_id != DIRECT) in get_initstring()
Dspeakup_dummy.c24 { PAUSE, .u.s = {"PAUSE\n"} },
Dspk_types.h45 RATE, PITCH, VOL, TONE, PUNCT, VOICE, FREQUENCY, LANG, DIRECT, PAUSE, enumerator
Dvarhandlers.c48 { "pause", PAUSE, VAR_STRING, spk_str_pause, NULL },
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-encoder-cmd.rst135 - Resume encoding after a PAUSE command. When the encoder has not
167 The application sent a PAUSE or RESUME command when the encoder was
Dvidioc-decoder-cmd.rst207 - Resume decoding after a PAUSE command. When the decoder has not
229 The application sent a PAUSE or RESUME command when the decoder was
/Linux-v5.4/sound/ppc/
Dpmac.c173 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop()
410 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer()
734 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
736 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
/Linux-v5.4/Documentation/networking/device_drivers/3com/
Dvortex.txt151 PAUSE command, which means that they will stop sending packets for a
152 short period if they receive a PAUSE frame from the link partner.
160 The 3com cards appear to only respond to PAUSE frames which are
162 do not honour PAUSE frames which are sent to the station MAC address.
/Linux-v5.4/drivers/clk/samsung/
Dclk-exynos5260.h322 #define PAUSE 0x1004 macro
/Linux-v5.4/drivers/scsi/
Dmac53c94.c114 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD()
140 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
/Linux-v5.4/sound/aoa/soundbus/i2sbus/
Dpcm.c272 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_wait_for_stop()
575 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in i2sbus_pcm_trigger()
691 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in handle_interrupt()
/Linux-v5.4/Documentation/input/devices/
Datarikbd.rst151 It remains in this mode until reset or commanded into another mode. The PAUSE
162 until reset or commanded into another mode. The PAUSE command in this mode not
424 PAUSE OUTPUT
445 The output is stopped only at the end of the current 'even'. If the PAUSE
447 will still be transmitted to conclusion and then the PAUSE will take effect.
449 MONITORING mode, the PAUSE OUTPUT command also temporarily stops the
/Linux-v5.4/Documentation/security/
Dsak.rst30 choose CTRL-ALT-PAUSE.
/Linux-v5.4/Documentation/devicetree/bindings/mips/cavium/
Dbootbus.txt44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
/Linux-v5.4/tools/perf/util/
Devlist.c1564 PAUSE, in perf_evlist__toggle_bkw_mmap() enumerator
1580 action = PAUSE; in perf_evlist__toggle_bkw_mmap()
1601 case PAUSE: in perf_evlist__toggle_bkw_mmap()
/Linux-v5.4/Documentation/networking/
Daltera_tse.txt163 802.3-2012, Section 30.3.4.2. This statistic is a count of PAUSE frames
167 802.3-2012, Section 30.3.4.3. This statistic is a count of PAUSE frames
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_pci.c453 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE); in ahd_pci_test_register_access()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-net55 1: 01-80-C2-00-00-01 (MAC Control) 802.3 used for MAC PAUSE

12