| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | dbdma.h | 35 #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.4/samples/bpf/ |
| D | xdp2skb_meta.sh | 89 unset FLUSH 109 FLUSH=yes 207 if [[ -n $FLUSH ]]; then
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | log-writes.rst | 24 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
|
| D | writecache.rst | 39 issuing the FLUSH request, the blocks are automatically 43 commited if this time passes and no FLUSH request is 51 flag when writing back data and send the FLUSH request
|
| D | dm-clone.rst | 127 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
|
| D | dm-integrity.rst | 120 written. The journal is also written immediatelly if the FLUSH
|
| D | cache.rst | 134 On-disk metadata is committed every time a FLUSH or FUA bio is written.
|
| /Linux-v5.4/drivers/scsi/ |
| D | a2091.h | 47 volatile unsigned short FLUSH; member
|
| D | a3000.h | 39 volatile unsigned short FLUSH; member
|
| D | a2091.c | 126 regs->FLUSH = 1; in dma_stop()
|
| D | a3000.c | 128 regs->FLUSH = 1; in dma_stop()
|
| D | mac53c94.c | 114 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD() 140 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
|
| D | mesh.c | 367 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init() 1716 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
|
| /Linux-v5.4/drivers/net/ethernet/apple/ |
| D | bmac.c | 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()
|
| D | mace.c | 306 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.4/drivers/ata/ |
| D | pata_macio.c | 582 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze() 691 writel((FLUSH << 16) | FLUSH, &dma_regs->control); in pata_macio_bmdma_status() 695 if ((dstat & FLUSH) == 0) in pata_macio_bmdma_status()
|
| /Linux-v5.4/drivers/video/fbdev/i810/ |
| D | i810.h | 71 #define FLUSH (0x04 << 23) macro
|
| D | i810_accel.c | 262 PUT_RING(PARSER | FLUSH); in load_front()
|
| /Linux-v5.4/sound/ppc/ |
| D | pmac.c | 173 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/drivers/ide/ |
| D | pmac.c | 1467 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma->control); in pmac_ide_build_dmatable() 1629 writel((FLUSH << 16) | FLUSH, &dma->control); in pmac_ide_dma_test_irq() 1634 if ((status & FLUSH) == 0) in pmac_ide_dma_test_irq()
|
| /Linux-v5.4/drivers/gpu/drm/msm/ |
| D | NOTES | 23 up gpu cmdstream to update scanout and write FLUSH register after).
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | perf_event_p4.h | 712 P4_GEN_ESCR_EMASK(P4_EVENT_TC_MISC, FLUSH, 4),
|
| /Linux-v5.4/arch/x86/events/intel/ |
| D | p4.c | 319 P4_ESCR_EMASK_BIT(P4_EVENT_TC_MISC, FLUSH),
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | fuse.txt | 393 | [close fd] | [FLUSH triggers 'magic' flag]
|
| /Linux-v5.4/block/ |
| D | blk-core.c | 130 REQ_OP_NAME(FLUSH),
|