Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Daspeed_smc.c41 #define R_CONF (0x00 / 4) macro
1378 asc->r_conf = R_CONF; in aspeed_2400_smc_class_init()
1424 asc->r_conf = R_CONF; in aspeed_2400_fmc_class_init()
1510 asc->r_conf = R_CONF; in aspeed_2500_fmc_class_init()
1550 asc->r_conf = R_CONF; in aspeed_2500_spi1_class_init()
1586 asc->r_conf = R_CONF; in aspeed_2500_spi2_class_init()
1669 asc->r_conf = R_CONF; in aspeed_2600_fmc_class_init()
1710 asc->r_conf = R_CONF; in aspeed_2600_spi1_class_init()
1751 asc->r_conf = R_CONF; in aspeed_2600_spi2_class_init()
1834 asc->r_conf = R_CONF; in aspeed_1030_fmc_class_init()
[all …]
/openbmc/qemu/tests/qtest/
H A Daspeed_smc-test.c34 #define R_CONF 0x00 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()
/openbmc/qemu/hw/misc/
H A Daspeed_sdmc.c34 #define R_CONF (0x04 / 4) macro
210 s->regs[R_CONF] = asc->compute_conf(s, 0); in aspeed_sdmc_reset()
371 case R_CONF: in aspeed_2400_sdmc_write()
430 case R_CONF: in aspeed_2500_sdmc_write()
523 case R_CONF: in aspeed_2600_sdmc_write()