Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddw_mmc.c290 flags |= (cmd->cmdidx | DWMCI_CMD_START | DWMCI_CMD_USE_HOLD_REG);
403 DWMCI_CMD_UPD_CLK | DWMCI_CMD_START);
411 } while (status & DWMCI_CMD_START);
417 DWMCI_CMD_UPD_CLK | DWMCI_CMD_START);
426 } while (status & DWMCI_CMD_START);
/openbmc/u-boot/include/
H A Ddwmmc.h95 #define DWMCI_CMD_START (1 << 31) macro