Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed_smc-test.c46 #define ASPEED_FMC_BASE 0x1E620000 macro
84 uint32_t conf = readl(ASPEED_FMC_BASE + R_CONF); in spi_conf()
87 writel(ASPEED_FMC_BASE + R_CONF, conf); in spi_conf()
92 uint32_t conf = readl(ASPEED_FMC_BASE + R_CONF); in spi_conf_remove()
95 writel(ASPEED_FMC_BASE + R_CONF, conf); in spi_conf_remove()
103 writel(ASPEED_FMC_BASE + R_CE_CTRL, conf); in spi_ce_ctrl()
108 uint32_t ctrl = readl(ASPEED_FMC_BASE + R_CTRL0); in spi_ctrl_setmode()
111 writel(ASPEED_FMC_BASE + R_CTRL0, ctrl); in spi_ctrl_setmode()
119 writel(ASPEED_FMC_BASE + R_CTRL0, ctrl); in spi_ctrl_start_user()
122 writel(ASPEED_FMC_BASE + R_CTRL0, ctrl); in spi_ctrl_start_user()
[all …]