Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Daspeed_ast2400.c208 for (i = 0; i < sc->ehcis_num; i++) { in aspeed_ast2400_soc_init()
414 for (i = 0; i < sc->ehcis_num; i++) { in aspeed_ast2400_soc_realize()
572 sc->ehcis_num = 1; in aspeed_soc_ast2400_class_init()
601 sc->ehcis_num = 2; in aspeed_soc_ast2500_class_init()
H A Daspeed_ast2600.c226 for (i = 0; i < sc->ehcis_num; i++) { in aspeed_soc_ast2600_init()
321 g_autofree char *usb_bus = g_strdup_printf("usb-bus.%u", sc->ehcis_num - 1); in aspeed_soc_ast2600_realize()
552 for (i = 0; i < sc->ehcis_num; i++) { in aspeed_soc_ast2600_realize()
553 if (i == sc->ehcis_num - 1) { in aspeed_soc_ast2600_realize()
781 sc->ehcis_num = 2; in aspeed_soc_ast2600_class_init()
H A Daspeed_ast10x0.c437 sc->ehcis_num = 0; in aspeed_soc_ast1030_class_init()
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h168 int ehcis_num; member