Searched refs:SPMODE_PM (Results 1 – 5 of 5) sorted by relevance
44 #define SPMODE_PM(x) ((x) << 16) macro58 SPMODE_MS | SPMODE_LEN(7) | SPMODE_PM(0xf))
265 | SPMODE_PM(0xF)); in fsl_spi_setup_transfer()283 cs->hw_mode |= SPMODE_PM(pm); in fsl_spi_setup_transfer()
311 SPMODE_EN | SPMODE_LEN(8) | SPMODE_PM(0x8)); in spi_xfer()
586 #define SPMODE_PM(x) ((x) & 0xF) macro
664 #define SPMODE_PM(x) ((x) &0xF) macro