Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/sd/
H A Dsd.h73 UHS_I = 1, enumerator
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c699 if (!object_property_set_uint(sdhci, "uhs", UHS_I, errp)) { in xlnx_zynqmp_realize()
H A Dxlnx-versal.c334 object_property_set_uint(OBJECT(dev), "uhs", UHS_I, &error_fatal); in versal_create_sds()
/openbmc/qemu/hw/sd/
H A Dsdhci.c1340 if (s->uhs_mode >= UHS_I) { in sdhci_write()