Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 11 of 11) sorted by relevance

/drivers/sound/
A Dsamsung-i2s.c116 static void i2s_fifo(struct i2s_reg *i2s_reg, unsigned int flush) in i2s_fifo() argument
119 setbits_le32(&i2s_reg->fic, flush); in i2s_fifo()
120 clrbits_le32(&i2s_reg->fic, flush); in i2s_fifo()
/drivers/ata/
A Dsata_sil.h26 int flush; member
A Dfsl_sata.h314 int flush; member
A Dsata_sil.c222 sata->flush = 1; in sil_sata_init_wcache()
512 if (sata->wcache && sata->flush) in sata_write()
A Dfsl_sata.c630 sata->flush = 1; in fsl_sata_init_wcache()
737 if (sata->wcache && sata->flush) in sata_write()
/drivers/xen/
A Dpvblock.c45 int flush; member
261 dev->info.flush = xenbus_read_integer(path); in init_blkfront()
576 if (dev->info.flush == 1) in blkfront_sync()
/drivers/video/
A Dvideo-uclass.c82 void video_set_flush_dcache(struct udevice *dev, bool flush) in video_set_flush_dcache() argument
86 priv->flush_dcache = flush; in video_set_flush_dcache()
A DKconfig19 is used to flush pending output to the display periodically, rather
109 have to flush frame buffer contents from CPU caches into RAM which
113 that received updates. When we want to sync, we then only flush
273 is visible. This may flush the CPU cache or perhaps copy the
/drivers/serial/
A Dserial-uclass.c535 flush(); in on_baudrate()
/drivers/usb/gadget/
A Dci_udc.c421 goto flush; in ci_bounce()
440 flush: in ci_bounce()
/drivers/tpm/
A DKconfig100 Enable support to flush specific resources (e.g. keys) from the TPM.

Completed in 29 milliseconds