Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/spi/
Dspi-npcm-pspi.c44 #define NPCM_PSPI_CTL1_SPIEN BIT(0) macro
89 val |= NPCM_PSPI_CTL1_SPIEN; in npcm_pspi_enable()
98 val &= ~NPCM_PSPI_CTL1_SPIEN; in npcm_pspi_disable()