Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c102 #define CE_CTRL_STOP_ACTIVE BIT(2) macro
771 u32 ctrl_reg = flash->ce_ctrl_user | CE_CTRL_STOP_ACTIVE; in aspeed_spi_start_user()
777 clrbits_le32(&priv->regs->ce_ctrl[flash->cs], CE_CTRL_STOP_ACTIVE); in aspeed_spi_start_user()
784 setbits_le32(&priv->regs->ce_ctrl[flash->cs], CE_CTRL_STOP_ACTIVE); in aspeed_spi_stop_user()