/linux/arch/powerpc/include/asm/ |
H A 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/samples/bpf/ |
H A D | xdp2skb_meta.sh | 89 unset FLUSH 109 FLUSH=yes 207 if [[ -n $FLUSH ]]; then
|
/linux/arch/riscv/mm/ |
H A D | dma-noncoherent.c | 56 ALT_CMO_OP(FLUSH, vaddr, size, riscv_cbom_block_size); in arch_dma_cache_wback_inv() 128 ALT_CMO_OP(FLUSH, flush_addr, size, riscv_cbom_block_size); in arch_dma_prep_coherent()
|
/linux/Documentation/admin-guide/device-mapper/ |
H A 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
|
H A D | writecache.rst | 38 issuing the FLUSH request, the blocks are automatically 42 committed if this time passes and no FLUSH request is 50 flag when writing back data and send the FLUSH request
|
H A 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
|
H A D | dm-integrity.rst | 130 written. The journal is also written immediately if the FLUSH
|
/linux/drivers/scsi/ |
H A D | a2091.h | 47 volatile unsigned short FLUSH; member
|
H A D | a3000.h | 39 volatile unsigned short FLUSH; member
|
H A D | mac53c94.c | 112 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in DEF_SCSI_QCMD() 137 writel((RUN|PAUSE|FLUSH|WAKE) << 16, &dma->control); in mac53c94_init()
|
H A D | a3000.c | 158 regs->FLUSH = 1; in dma_stop() 162 mb(); /* no IO until FLUSH is done */ in dma_stop()
|
H A D | a2091.c | 154 regs->FLUSH = 1; in dma_stop()
|
H A D | mesh.c | 358 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_init() 1717 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */ in mesh_host_reset()
|
/linux/include/rdma/ |
H A D | ib_pack.h | 117 IB_OPCODE(RC, FLUSH), 156 IB_OPCODE(RD, FLUSH),
|
/linux/drivers/net/ethernet/apple/ |
H A D | bmac.c | 188 DBDMA_CLEAR(ACTIVE|DEAD|WAKE|FLUSH|PAUSE|RUN)); in dbdma_reset() 481 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 482 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_suspend() 1349 rd->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1350 td->control = cpu_to_le32(DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE)); /* clear run bit */ in bmac_close() 1439 out_le32(&td->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout() 1445 out_le32(&rd->control, DBDMA_CLEAR(RUN|PAUSE|FLUSH|WAKE|ACTIVE|DEAD)); in bmac_tx_timeout()
|
H A D | mace.c | 305 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset() 475 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open() 485 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open() 513 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close() 514 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
|
/linux/drivers/accessibility/speakup/ |
H A D | spk_types.h | 51 CAPS_START, CAPS_STOP, CHARTAB, INFLECTION, FLUSH, enumerator
|
H A D | varhandlers.c | 26 { "flush_time", FLUSH, VAR_TIME, NULL, NULL },
|
H A D | speakup_dectlk.c | 227 flush_time = spk_get_var(FLUSH); in do_catch_up()
|
/linux/drivers/video/fbdev/i810/ |
H A D | i810.h | 71 #define FLUSH (0x04 << 23) macro
|
H A D | i810_accel.c | 262 PUT_RING(PARSER | FLUSH); in load_front()
|
/linux/sound/ppc/ |
H A D | pmac.c | 155 out_le32(&rec->dma->control, (RUN|WAKE|FLUSH|PAUSE) << 16); in snd_pmac_dma_stop() 388 out_le32(&rec->dma->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in snd_pmac_pcm_dead_xfer() 705 out_le32(&chip->playback.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset() 707 out_le32(&chip->capture.dma->control, (RUN|PAUSE|FLUSH|WAKE|DEAD) << 16); in snd_pmac_dbdma_reset()
|
/linux/drivers/gpu/drm/msm/ |
H A D | NOTES | 23 up gpu cmdstream to update scanout and write FLUSH register after).
|
/linux/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.c | 1162 rqst.base.packet.priority = SSH_PACKET_PRIORITY(FLUSH, 0); in ssh_rtl_flush()
|
/linux/block/ |
H A D | blk-core.c | 101 REQ_OP_NAME(FLUSH),
|