Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dls_dspi.c380 unsigned int mcr_val = 0; in dspi_flush_fifo() local
382 mcr_val = io_read32(dspi_data->base + DSPI_MCR); in dspi_flush_fifo()
384 mcr_val |= (DSPI_MCR_CTXF | DSPI_MCR_CRXF); in dspi_flush_fifo()
386 io_write32(dspi_data->base + DSPI_MCR, mcr_val); in dspi_flush_fifo()
504 unsigned int mcr_val) in dspi_set_master_state() argument
506 DMSG("Set master state val=0x%x", mcr_val); in dspi_set_master_state()
507 io_write32(dspi_data->base + DSPI_MCR, mcr_val); in dspi_set_master_state()