Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed-smc-utils.h42 #define CTRL_CE_STOP_ACTIVE BIT(2)
43 #define CTRL_CE_STOP_ACTIVE global() 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/qemu/hw/ssi/
H A Daspeed_smc.c100 #define CTRL_CE_STOP_ACTIVE (1 << 2) macro
693 if (!(s->regs[s->r_ctrl0 + fl->cs] & CTRL_CE_STOP_ACTIVE) && in aspeed_smc_flash_update_ctrl()
694 value & CTRL_CE_STOP_ACTIVE) { in aspeed_smc_flash_update_ctrl()
741 s->regs[s->r_ctrl0 + i] |= CTRL_CE_STOP_ACTIVE; in aspeed_smc_reset()