Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_npcx_spip.c85 reg_base->SPIP_CTL1 &= ~BIT(NPCX_SPIP_CTL1_MOD); in spi_npcx_spip_configure()
87 reg_base->SPIP_CTL1 |= BIT(NPCX_SPIP_CTL1_MOD); in spi_npcx_spip_configure()
117 reg_base->SPIP_CTL1 |= BIT(NPCX_SPIP_CTL1_SCIDL); in spi_npcx_spip_configure()
119 reg_base->SPIP_CTL1 &= ~BIT(NPCX_SPIP_CTL1_SCIDL); in spi_npcx_spip_configure()
123 reg_base->SPIP_CTL1 |= BIT(NPCX_SPIP_CTL1_SCM); in spi_npcx_spip_configure()
125 reg_base->SPIP_CTL1 &= ~BIT(NPCX_SPIP_CTL1_SCM); in spi_npcx_spip_configure()
138 SET_FIELD(reg_base->SPIP_CTL1, NPCX_SPIP_CTL1_SCDV, prescaler_divider); in spi_npcx_spip_configure()
225 reg_base->SPIP_CTL1 &= ~BIT(NPCX_SPIP_CTL1_EIW); in spi_npcx_spip_isr()
235 reg_base->SPIP_CTL1 &= ~BIT(NPCX_SPIP_CTL1_EIR); in spi_npcx_spip_isr()
289 reg_base->SPIP_CTL1 |= BIT(NPCX_SPIP_CTL1_SPIEN); in transceive()
[all …]
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c191 NPCX_REG_OFFSET_CHECK(spip_reg, SPIP_CTL1, 0x002);
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1778 volatile uint16_t SPIP_CTL1; member