/kernel/linux/linux-5.10/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);\
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | xdp2skb_meta.sh | 89 unset FLUSH 109 FLUSH=yes 207 if [[ -n $FLUSH ]]; then
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | a2091.h | 47 volatile unsigned short FLUSH; member
|
D | a3000.h | 39 volatile unsigned short FLUSH; member
|
D | a3000.c | 127 regs->FLUSH = 1; in dma_stop()
|
D | a2091.c | 125 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() 1722 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_macio.c | 584 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/ppc/ |
D | pmac.c | 155 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()
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | pmac.c | 1466 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma->control); in pmac_ide_build_dmatable() 1628 writel((FLUSH << 16) | FLUSH, &dma->control); in pmac_ide_dma_test_irq() 1633 if ((status & FLUSH) == 0) in pmac_ide_dma_test_irq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
D | NOTES | 23 up gpu cmdstream to update scanout and write FLUSH register after).
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | perf_event_p4.h | 712 P4_GEN_ESCR_EMASK(P4_EVENT_TC_MISC, FLUSH, 4),
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
D | p4.c | 319 P4_ESCR_EMASK_BIT(P4_EVENT_TC_MISC, FLUSH),
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fuse.rst | 377 | [close fd] | [FLUSH triggers 'magic' flag]
|
/kernel/linux/linux-5.10/block/ |
D | blk-core.c | 132 REQ_OP_NAME(FLUSH),
|