Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Ddw_mmc.h398 #define SDMMC_CMD_START BIT(31) macro
Ddw_mmc.c243 mci_writel(host, CMD, SDMMC_CMD_START | cmd); in mci_send_cmd()
246 !(cmd_status & SDMMC_CMD_START), in mci_send_cmd()
411 mci_writel(host, CMD, cmd_flags | SDMMC_CMD_START); in dw_mci_start_command()