Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Daspeed_sdmc.c346 uint32_t fixed_conf = ASPEED_SDMC_VGA_COMPAT | in aspeed_2400_sdmc_compute_conf() local
352 return data | fixed_conf; in aspeed_2400_sdmc_compute_conf()
403 uint32_t fixed_conf = ASPEED_SDMC_HW_VERSION(1) | in aspeed_2500_sdmc_compute_conf() local
411 return data | fixed_conf; in aspeed_2500_sdmc_compute_conf()
471 uint32_t fixed_conf = ASPEED_SDMC_HW_VERSION(3) | in aspeed_2600_sdmc_compute_conf() local
478 return data | fixed_conf; in aspeed_2600_sdmc_compute_conf()
580 uint32_t fixed_conf = ASPEED_SDMC_AST2700_PAGE_MATCHING_ENABLE | in aspeed_2700_sdmc_compute_conf() local
586 return data | fixed_conf; in aspeed_2700_sdmc_compute_conf()