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.c341 uint32_t fixed_conf = ASPEED_SDMC_VGA_COMPAT | in aspeed_2400_sdmc_class_init()
347 return data | fixed_conf; in aspeed_2400_sdmc_class_init()
398 uint32_t fixed_conf = ASPEED_SDMC_HW_VERSION(1) | in aspeed_2500_sdmc_write()
406 return data | fixed_conf; in aspeed_2500_sdmc_class_init()
466 uint32_t fixed_conf = ASPEED_SDMC_HW_VERSION(3) | in aspeed_2600_sdmc_write()
473 return data | fixed_conf; in aspeed_2600_sdmc_write()
575 uint32_t fixed_conf = ASPEED_SDMC_AST2700_PAGE_MATCHING_ENABLE |
581 return data | fixed_conf;
301 uint32_t fixed_conf = ASPEED_SDMC_VGA_COMPAT | aspeed_2400_sdmc_compute_conf() local
357 uint32_t fixed_conf = ASPEED_SDMC_HW_VERSION(1) | aspeed_2500_sdmc_compute_conf() local
424 uint32_t fixed_conf = ASPEED_SDMC_HW_VERSION(3) | aspeed_2600_sdmc_compute_conf() local