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.c1652 #define USDHC_CTRL_4BITBUS (0x1 << 1) macro
1680 hostctl1 |= USDHC_CTRL_4BITBUS; in usdhc_read()
1805 if (value & USDHC_CTRL_4BITBUS) { in usdhc_write()
1806 hostctl1 |= USDHC_CTRL_4BITBUS; in usdhc_write()