Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed-smc-utils.h43 #define CTRL_CE_STOP_ACTIVE BIT(2) macro
H A Daspeed-smc-utils.c115 ctrl |= CTRL_USERMODE | CTRL_CE_STOP_ACTIVE; in spi_ctrl_start_user()
118 ctrl &= ~CTRL_CE_STOP_ACTIVE; in spi_ctrl_start_user()
127 ctrl |= CTRL_USERMODE | CTRL_CE_STOP_ACTIVE; in spi_ctrl_stop_user()
/openbmc/linux/drivers/spi/
H A Dspi-aspeed-smc.c38 #define CTRL_CE_STOP_ACTIVE BIT(2) macro
135 ctl |= CTRL_IO_MODE_USER | CTRL_CE_STOP_ACTIVE; in aspeed_spi_start_user()
138 ctl &= ~CTRL_CE_STOP_ACTIVE; in aspeed_spi_start_user()
145 CTRL_IO_MODE_USER | CTRL_CE_STOP_ACTIVE; in aspeed_spi_stop_user()
694 chip->ctl_val[ASPEED_SPI_BASE] = CTRL_CE_STOP_ACTIVE | CTRL_IO_MODE_USER; in aspeed_spi_setup()
/openbmc/qemu/hw/ssi/
H A Daspeed_smc.c100 #define CTRL_CE_STOP_ACTIVE (1 << 2) macro
695 if (!(s->regs[s->r_ctrl0 + fl->cs] & CTRL_CE_STOP_ACTIVE) && in aspeed_smc_flash_update_ctrl()
696 value & CTRL_CE_STOP_ACTIVE) { in aspeed_smc_flash_update_ctrl()
743 s->regs[s->r_ctrl0 + i] |= CTRL_CE_STOP_ACTIVE; in aspeed_smc_reset()