Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.h44 #define SPMODE_PM(x) ((x) << 16) macro
58 SPMODE_MS | SPMODE_LEN(7) | SPMODE_PM(0xf))
H A Dspi-fsl-spi.c210 | SPMODE_PM(0xF)); in fsl_spi_setup_transfer()
228 cs->hw_mode |= SPMODE_PM(pm); in fsl_spi_setup_transfer()
/openbmc/u-boot/drivers/spi/
H A Dmpc8xx_spi.c174 SPMODE_EN | SPMODE_LEN(8) | SPMODE_PM(0x8)); in mpc8xx_spi_xfer()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h586 #define SPMODE_PM(x) ((x) & 0xF) macro
H A Dcpm_85xx.h664 #define SPMODE_PM(x) ((x) &0xF) macro