Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfsl_dspi.h42 #define DSPI_MCR_PCSIS(x) (1 << (16 + (x))) macro
/openbmc/u-boot/drivers/spi/
H A Dfsl_dspi.c169 mcr_val &= ~DSPI_MCR_PCSIS(cs); in fsl_dspi_cfg_cs_active_state()
172 mcr_val |= DSPI_MCR_PCSIS(cs); in fsl_dspi_cfg_cs_active_state()