/Linux-v4.19/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-v4.19/samples/bpf/ |
D | xdp2skb_meta.sh | 89 unset FLUSH 109 FLUSH=yes 207 if [[ -n $FLUSH ]]; then
|
/Linux-v4.19/Documentation/device-mapper/ |
D | writecache.txt | 32 issuing the FLUSH request, the blocks are automatically 36 commited if this time passes and no FLUSH request is 44 flag when writing back data and send the FLUSH request
|
D | log-writes.txt | 23 the FLUSH request completes we log all of the WRITEs and then the FLUSH. Only 42 have all the DISCARD requests, and then the WRITE requests and then the FLUSH 45 WRITE block 1, DISCARD block 1, FLUSH 49 DISCARD 1, WRITE 1, FLUSH
|
D | dm-integrity.txt | 97 written. The journal is also written immediatelly if the FLUSH
|
D | cache.txt | 127 On-disk metadata is committed every time a FLUSH or FUA bio is written.
|
/Linux-v4.19/drivers/scsi/ |
D | a2091.h | 47 volatile unsigned short FLUSH; member
|
D | a3000.h | 39 volatile unsigned short FLUSH; member
|
D | a2091.c | 125 regs->FLUSH = 1; in dma_stop()
|
D | a3000.c | 127 regs->FLUSH = 1; in dma_stop()
|
D | mac53c94.c | 113 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD() 139 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
|
D | mesh.c | 366 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init() 1715 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
|
/Linux-v4.19/drivers/net/ethernet/apple/ |
D | bmac.c | 189 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)); in dbdma_reset() 482 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 483 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 1406 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1407 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1496 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout() 1502 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
|
D | mace.c | 305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset() 471 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open() 481 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open() 509 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 510 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
|
/Linux-v4.19/drivers/ata/ |
D | pata_macio.c | 579 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze() 688 writel((FLUSH << 16) | FLUSH, &dma_regs->control); in pata_macio_bmdma_status() 692 if ((dstat & FLUSH) == 0) in pata_macio_bmdma_status()
|
/Linux-v4.19/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-v4.19/drivers/ide/ |
D | pmac.c | 1471 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma->control); in pmac_ide_build_dmatable() 1633 writel((FLUSH << 16) | FLUSH, &dma->control); in pmac_ide_dma_test_irq() 1638 if ((status & FLUSH) == 0) in pmac_ide_dma_test_irq()
|
/Linux-v4.19/sound/ppc/ |
D | pmac.c | 186 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop() 423 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer() 747 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 749 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
|
/Linux-v4.19/include/scsi/ |
D | osd_protocol.h | 286 OSD_ACT___(FLUSH, 0x08)
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | NOTES | 23 up gpu cmdstream to update scanout and write FLUSH register after).
|
/Linux-v4.19/arch/x86/include/asm/ |
D | perf_event_p4.h | 712 P4_GEN_ESCR_EMASK(P4_EVENT_TC_MISC, FLUSH, 4),
|
/Linux-v4.19/block/ |
D | blk-mq-debugfs.c | 276 REQ_OP_NAME(FLUSH),
|
/Linux-v4.19/arch/x86/events/intel/ |
D | p4.c | 319 P4_ESCR_EMASK_BIT(P4_EVENT_TC_MISC, FLUSH),
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 393 | [close fd] | [FLUSH triggers 'magic' flag]
|