Searched refs:DWMCI_CMD_RW (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | dwmmc.h | 89 #define DWMCI_CMD_RW (1 << 10) macro |
/openbmc/u-boot/drivers/mmc/ | ||
H A D | dw_mmc.c | 213 mode |= DWMCI_CMD_RW; in dwmci_set_transfer_mode() |