Searched refs:NPCM_PSPI_CTL1_SCM (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-npcm-pspi.c48 #define NPCM_PSPI_CTL1_SCM BIT(7) macro
116 mode_val = NPCM_PSPI_CTL1_SCM;
119 mode_val = NPCM_PSPI_CTL1_SCIDL | NPCM_PSPI_CTL1_SCM;
124 regtemp &= ~(NPCM_PSPI_CTL1_SCM | NPCM_PSPI_CTL1_SCIDL);

Completed in 94 milliseconds