Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dmxcmmc.c510 static int mxcmci_poll_status(struct mxcmci_host *host, u32 mask) in mxcmci_poll_status() function
536 stat = mxcmci_poll_status(host, in mxcmci_pull()
548 stat = mxcmci_poll_status(host, in mxcmci_pull()
565 stat = mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push()
576 stat = mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push()
584 return mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push()
610 stat = mxcmci_poll_status(host, STATUS_WRITE_OP_DONE); in mxcmci_transfer_data()