Home
last modified time | relevance | path

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

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