Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/powerpc/include/asm/
H A 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);\
/openbmc/linux/samples/bpf/
H A Dxdp2skb_meta.sh89 unset FLUSH
109 FLUSH=yes
207 if [[ -n $FLUSH ]]; then
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A 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
H A Dwritecache.rst38 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 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
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c293 ch->regs[DBDMA_STATUS] &= ~FLUSH; in dbdma_end()
382 ch->regs[DBDMA_STATUS] &= ~FLUSH; in load_word()
415 ch->regs[DBDMA_STATUS] &= ~FLUSH; in store_word()
645 if ((mask & FLUSH) && (value & FLUSH)) { in dbdma_control_write()
653 ch->regs[DBDMA_STATUS] |= FLUSH; in dbdma_control_write()
/openbmc/linux/drivers/scsi/
H A Da2091.h47 volatile unsigned short FLUSH; member
H A Da3000.h39 volatile unsigned short FLUSH; member
H A Dmac53c94.c112 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 Da2091.c154 regs->FLUSH = 1; in dma_stop()
H A Da3000.c158 regs->FLUSH = 1; in dma_stop()
/openbmc/linux/include/rdma/
H A Dib_pack.h117 IB_OPCODE(RC, FLUSH),
156 IB_OPCODE(RD, FLUSH),
/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.h82 #define FLUSH 0x2000 macro
/openbmc/linux/drivers/net/ethernet/apple/
H A Dbmac.c189 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()
H A Dmace.c307 out_le32(&dma->control, (WAKE|FLUSH|PAUSE|RUN) << 16); in dbdma_reset()
477 out_le32(&rd->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_open()
487 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); in mace_open()
515 rd->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
516 td->control = cpu_to_le32((RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */ in mace_close()
/openbmc/linux/drivers/ata/
H A Dpata_macio.c588 writel((RUN|PAUSE|FLUSH|WAKE|DEAD) << 16, &dma_regs->control); in pata_macio_freeze()
696 writel((FLUSH << 16) | FLUSH, &dma_regs->control); in pata_macio_bmdma_status()
700 if ((dstat & FLUSH) == 0) in pata_macio_bmdma_status()
/openbmc/linux/sound/ppc/
H A 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()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_types.h51 CAPS_START, CAPS_STOP, CHARTAB, INFLECTION, FLUSH, enumerator
H A Dvarhandlers.c26 { "flush_time", FLUSH, VAR_TIME, NULL, NULL },
H A Dspeakup_dectlk.c227 flush_time = spk_get_var(FLUSH); in do_catch_up()
H A Dsynth.c353 { FLUSH, .u.n = {NULL, 4000, 10, 4000, 0, 0, NULL } },
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810.h71 #define FLUSH (0x04 << 23) macro
H A Di810_accel.c262 PUT_RING(PARSER | FLUSH); in load_front()
/openbmc/linux/drivers/gpu/drm/msm/
H A DNOTES23 up gpu cmdstream to update scanout and write FLUSH register after).
/openbmc/qemu/target/sparc/
H A Dinsns.decode279 NOP 10 00000 111011 ----- 0 00000000----- # FLUSH reg+reg
280 NOP 10 00000 111011 ----- 1 ------------- # FLUSH reg+imm

12