Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/sd/
H A Dsdhci.h101 uint8_t uhs_mode; member
/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h313 DEFINE_PROP_UINT8("uhs", _state, uhs_mode, UHS_NOT_SUPPORTED), \
H A Dsdhci.c1340 if (s->uhs_mode >= UHS_I) { in sdhci_write()