Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Ddw_mmc.c251 DWMCI_CMD_UPD_CLK | DWMCI_CMD_START); in dwmci_data_transfer()
258 } while (status & DWMCI_CMD_START); in dwmci_data_transfer()
444 flags |= (cmd->cmdidx | DWMCI_CMD_START | DWMCI_CMD_USE_HOLD_REG);
586 flags |= (cmd->cmdidx | DWMCI_CMD_START | DWMCI_CMD_USE_HOLD_REG);
674 DWMCI_CMD_UPD_CLK | DWMCI_CMD_START);
682 } while (status & DWMCI_CMD_START);
688 DWMCI_CMD_UPD_CLK | DWMCI_CMD_START);
697 } while (status & DWMCI_CMD_START);
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h96 #define DWMCI_CMD_START (1 << 31) macro