Home
last modified time | relevance | path

Searched refs:do_flush (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c587 bool do_flush = false; in dbdma_control_write() local
654 do_flush = true; in dbdma_control_write()
672 do_flush = true; in dbdma_control_write()
686 if (do_flush && ch->flush) { in dbdma_control_write()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c456 int do_flush = 0; in musb_host_packet_rx() local
489 do_flush = 1; in musb_host_packet_rx()
508 do_flush = 1; in musb_host_packet_rx()
532 if (unlikely(do_flush)) in musb_host_packet_rx()