Searched refs:SUNXI_MMC_CMD_START (Results 1 – 2 of 2) sorted by relevance
192 cmd = SUNXI_MMC_CMD_START | in mmc_update_clk()197 while (readl(&priv->reg->cmd) & SUNXI_MMC_CMD_START) { in mmc_update_clk()329 unsigned int cmdval = SUNXI_MMC_CMD_START; in sunxi_mmc_send_cmd_common()
76 #define SUNXI_MMC_CMD_START (0x1 << 31) macro