Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci.c1643 #define USDHC_CTRL_4BITBUS (0x1 << 1) macro
1671 hostctl1 |= USDHC_CTRL_4BITBUS; in usdhc_read()
1796 if (value & USDHC_CTRL_4BITBUS) { in usdhc_write()
1797 hostctl1 |= USDHC_CTRL_4BITBUS; in usdhc_write()