Searched refs:DWMCI_BMOD_IDMAC_EN (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ | ||
D | dwmmc.h | 125 #define DWMCI_BMOD_IDMAC_EN (1 << 7) macro |
/external/u-boot/drivers/mmc/ | ||
D | dw_mmc.c | 88 ctrl |= DWMCI_BMOD_IDMAC_FB | DWMCI_BMOD_IDMAC_EN; in dwmci_prepare_data() |