Searched refs:PAUSE (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/
H A Ddbdma.h34 #define PAUSE 0x4000 macro
103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh20 PAUSE=no
50 if [ "${PAUSE}" = "yes" ]; then
185 P) PAUSE=yes;;
193 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dndisc_unsolicited_na_test.sh17 PAUSE=no
52 if [ "${PAUSE}" = "yes" ]; then
217 P) PAUSE=yes;;
224 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dgre_gso.sh13 PAUSE=no
38 if [ "${PAUSE}" = "yes" ]; then
191 P) PAUSE=yes;;
201 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dtest_vxlan_vnifiltering.sh95 PAUSE=no
120 if [ "${PAUSE}" = "yes" ]; then
558 P) PAUSE=yes;;
566 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dfdb_flush.sh44 : ${PAUSE:=no}
96 if [ "${PAUSE}" = "yes" ]; then
774 P) PAUSE=yes;;
783 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dtest_bridge_backup_port.sh51 PAUSE=no
82 if [ "${PAUSE}" = "yes" ]; then
715 P) PAUSE=yes;;
724 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dtest_bridge_neigh_suppress.sh60 PAUSE=no
90 if [ "${PAUSE}" = "yes" ]; then
791 P) PAUSE=yes;;
799 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Drtnetlink.sh36 PAUSE=no
123 if [ "${PAUSE}" = "yes" ]; then
1322 P) PAUSE=yes;;
1328 [ $PAUSE = "yes" ] && PAUSE_ON_FAIL="no"
H A Dfib_nexthops.sh61 PAUSE=no
94 if [ "${PAUSE}" = "yes" ]; then
2434 P) PAUSE=yes;;
2443 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dtest_vxlan_mdb.sh129 PAUSE=no
159 if [ "${PAUSE}" = "yes" ]; then
2508 P) PAUSE=yes;;
2516 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
H A Dfib_tests.sh18 PAUSE=no
43 if [ "${PAUSE}" = "yes" ]; then
2629 P) PAUSE=yes;;
2639 [ "${PAUSE}" = "yes" ] && PAUSE_ON_FAIL=no
/linux-master/drivers/net/ethernet/apple/
H A Dmace.c305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16);
475 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
485 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
513 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
514 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
973 out_le32(&rd->control, (PAUSE << 16) | PAUSE);
H A Dbmac.c181 DBDMA_SET(RUN|WAKE) | DBDMA_CLEAR(PAUSE|DEAD));
189 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN));
482 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
483 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1406 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1407 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */
1496 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
1502 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD));
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dummy.c37 [PAUSE_ID] = { PAUSE, .u.s = {"PAUSE\n"} },
H A Dspeakup_soft.c51 [PAUSE_ID] = { PAUSE, .u.n = {"\x01P" } },
178 var->var_id != PAUSE && var->var_id != DIRECT) {
H A Dspk_types.h50 DIRECT, PAUSE, enumerator in enum:var_id_t
H A Dvarhandlers.c50 { "pause", PAUSE, VAR_STRING, spk_str_pause, NULL },
/linux-master/drivers/scsi/
H A Dmac53c94.c112 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control);
137 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control);
/linux-master/sound/ppc/
H A Dpmac.c155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16);
392 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
710 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
712 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16);
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c270 /* make sure RUN, PAUSE and S0 bits are cleared */
271 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16);
566 /* make sure RUN, PAUSE and S0 bits are cleared */
567 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16);
683 out_le32(&pi->dbdma->control, (RUN | PAUSE | 1) << 16);
/linux-master/drivers/clk/samsung/
H A Dclk-exynos5260.h322 #define PAUSE 0x1004 macro
/linux-master/tools/perf/util/
H A Devlist.c1742 PAUSE, enumerator in enum:action
1758 action = PAUSE;
1779 case PAUSE:
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c451 ahd_outb(ahd, HCNTRL, hcntrl|PAUSE);
/linux-master/drivers/dma/
H A Dhisi_dma.c105 PAUSE, enumerator in enum:hisi_dma_chan_status

Completed in 260 milliseconds

12