Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dls_dspi.h19 #define DSPI_CTAR_LSBFE 0x01000000 /* LSB First [7] */ macro
/optee_os/core/drivers/
H A Dls_dspi.c436 bus_setup &= ~(DSPI_CTAR_CPOL | DSPI_CTAR_CPHA | DSPI_CTAR_LSBFE); in dspi_set_transfer_state()
443 bus_setup |= DSPI_CTAR_LSBFE; in dspi_set_transfer_state()