Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/net/
A Dgre_gso.sh15 PAUSE=no
42 if [ "${PAUSE}" = "yes" ]; then
195 P) PAUSE=yes;;
205 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
A Dfib_nexthops.sh58 PAUSE=no
90 if [ "${PAUSE}" = "yes" ]; then
2261 P) PAUSE=yes;;
2269 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
A Dfib_tests.sh16 PAUSE=no
43 if [ "${PAUSE}" = "yes" ]; then
1892 P) PAUSE=yes;;
1902 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
/linux/arch/powerpc/include/asm/
A Ddbdma.h34 #define PAUSE 0x4000 macro
103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
/linux/drivers/net/ethernet/apple/
A 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()
A 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()
1404 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close()
1405 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close()
1494 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
1500 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
/linux/Documentation/userspace-api/media/rc/
A Drc-tables.rst194 - PAUSE / FREEZE
210 - PLAY / PAUSE
226 - CAPTURE / REC / RECORD/PAUSE
/linux/drivers/accessibility/speakup/
A Dspeakup_soft.c38 { PAUSE, .u.n = {"\x01P" } },
166 var->var_id != PAUSE && var->var_id != DIRECT) { in get_initstring()
A Dspeakup_dummy.c24 { PAUSE, .u.s = {"PAUSE\n"} },
A Dspk_types.h50 DIRECT, PAUSE, enumerator
A Dvarhandlers.c50 { "pause", PAUSE, VAR_STRING, spk_str_pause, NULL },
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-encoder-cmd.rst131 - Resume encoding after a PAUSE command. When the encoder has not
168 The application sent a PAUSE or RESUME command when the encoder was
A Dvidioc-decoder-cmd.rst187 - Resume decoding after a PAUSE command. When the decoder has not
217 The application sent a PAUSE or RESUME command when the decoder was
/linux/sound/ppc/
A Dpmac.c155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop()
392 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); 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()
/linux/Documentation/networking/device_drivers/ethernet/3com/
A Dvortex.rst162 PAUSE command, which means that they will stop sending packets for a
163 short period if they receive a PAUSE frame from the link partner.
171 The 3com cards appear to only respond to PAUSE frames which are
173 do not honour PAUSE frames which are sent to the station MAC address.
/linux/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()
683 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16); in handle_interrupt()
/linux/drivers/scsi/
A Dmac53c94.c112 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD()
138 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
/linux/Documentation/input/devices/
A 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/drivers/clk/samsung/
A Dclk-exynos5260.h322 #define PAUSE 0x1004 macro
/linux/Documentation/security/
A Dsak.rst30 choose CTRL-ALT-PAUSE.
/linux/Documentation/devicetree/bindings/mips/cavium/
A Dbootbus.txt44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
/linux/tools/perf/util/
A Devlist.c1664 PAUSE, in evlist__toggle_bkw_mmap() enumerator
1680 action = PAUSE; in evlist__toggle_bkw_mmap()
1701 case PAUSE: in evlist__toggle_bkw_mmap()
/linux/Documentation/networking/device_drivers/ethernet/altera/
A Daltera_tse.rst186 802.3-2012, Section 30.3.4.2. This statistic is a count of PAUSE frames
190 802.3-2012, Section 30.3.4.3. This statistic is a count of PAUSE frames
/linux/net/dsa/
A DKconfig103 (PAUSE frames) over the CPU port is not supported when operating in
/linux/drivers/dma/
A Dhisi_dma.c49 PAUSE, enumerator

Completed in 42 milliseconds

12