Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Datmel-mci.c115 #define ATMCI_CMDRDY BIT(0) /* Command Ready */ macro
878 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()
1317 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()
1334 iflags |= ATMCI_CMDRDY; in atmci_start_request()
2225 if (pending & ATMCI_CMDRDY) { in atmci_interrupt()
2227 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); in atmci_interrupt()