Home
last modified time | relevance | path

Searched refs:FLUSH (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.15/arch/powerpc/include/asm/
Ddbdma.h35 #define FLUSH 0x2000 macro
97 out_le32(&((regs)->control), (RUN|FLUSH)<<16); \
98 while(in_le32(&((regs)->status)) & (ACTIVE|FLUSH)) \
103 out_le32(&((regs)->control), (ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)<<16);\
/Linux-v5.15/samples/bpf/
Dxdp2skb_meta.sh89 unset FLUSH
109 FLUSH=yes
207 if [[ -n $FLUSH ]]; then
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dlog-writes.rst24 the FLUSH request completes we log all of the WRITEs and then the FLUSH. Only
43 have all the DISCARD requests, and then the WRITE requests and then the FLUSH
46 WRITE block 1, DISCARD block 1, FLUSH
50 DISCARD 1, WRITE 1, FLUSH
Dwritecache.rst37 issuing the FLUSH request, the blocks are automatically
41 committed if this time passes and no FLUSH request is
49 flag when writing back data and send the FLUSH request
Ddm-clone.rst127 On-disk metadata is committed every time a FLUSH or FUA bio is written. If no
308 need to be so strict and can rely on committing metadata every time a FLUSH
Ddm-integrity.rst120 written. The journal is also written immediately if the FLUSH
/Linux-v5.15/drivers/scsi/
Da2091.h47 volatile unsigned short FLUSH; member
Da3000.h39 volatile unsigned short FLUSH; member
Da3000.c127 regs->FLUSH = 1; in dma_stop()
Da2091.c125 regs->FLUSH = 1; in dma_stop()
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()
Dmesh.c367 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init()
1723 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
/Linux-v5.15/drivers/net/ethernet/apple/
Dbmac.c190 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()
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()
/Linux-v5.15/drivers/ata/
Dpata_macio.c584 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze()
693 writel((FLUSH << 16) | FLUSH, &dma_regs->control); in pata_macio_bmdma_status()
697 if ((dstat & FLUSH) == 0) in pata_macio_bmdma_status()
/Linux-v5.15/drivers/video/fbdev/i810/
Di810.h71 #define FLUSH (0x04 << 23) macro
Di810_accel.c262 PUT_RING(PARSER | FLUSH); in load_front()
/Linux-v5.15/drivers/accessibility/speakup/
Dspk_types.h51 CAPS_START, CAPS_STOP, CHARTAB, INFLECTION, FLUSH, enumerator
Dspeakup_dectlk.c218 flush_time = spk_get_var(FLUSH); in do_catch_up()
Dvarhandlers.c26 { "flush_time", FLUSH, VAR_TIME, NULL, NULL },
Dsynth.c351 { FLUSH, .u.n = {NULL, 4000, 100, 4000, 0, 0, NULL } },
/Linux-v5.15/sound/ppc/
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-v5.15/drivers/gpu/drm/msm/
DNOTES23 up gpu cmdstream to update scanout and write FLUSH register after).
/Linux-v5.15/arch/x86/include/asm/
Dperf_event_p4.h712 P4_GEN_ESCR_EMASK(P4_EVENT_TC_MISC, FLUSH, 4),
/Linux-v5.15/drivers/platform/surface/aggregator/
Dssh_request_layer.c1147 rqst.base.packet.priority = SSH_PACKET_PRIORITY(FLUSH, 0); in ssh_rtl_flush()

12