Home
last modified time | relevance | path

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

/qemu/hw/ssi/
A Daspeed_smc.c41 #define R_CONF (0x00 / 4) macro
1394 asc->r_conf = R_CONF; in aspeed_2400_smc_class_init()
1440 asc->r_conf = R_CONF; in aspeed_2400_fmc_class_init()
1526 asc->r_conf = R_CONF; in aspeed_2500_fmc_class_init()
1566 asc->r_conf = R_CONF; in aspeed_2500_spi1_class_init()
1602 asc->r_conf = R_CONF; in aspeed_2500_spi2_class_init()
1685 asc->r_conf = R_CONF; in aspeed_2600_fmc_class_init()
1726 asc->r_conf = R_CONF; in aspeed_2600_spi1_class_init()
1767 asc->r_conf = R_CONF; in aspeed_2600_spi2_class_init()
1850 asc->r_conf = R_CONF; in aspeed_1030_fmc_class_init()
[all …]
/qemu/hw/misc/
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()
/qemu/tests/qtest/
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()

Completed in 20 milliseconds