Searched refs:mxcmci_poll_status (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mxcmmc.c | 526 static int mxcmci_poll_status(struct mxcmci_host *host, u32 mask) in mxcmci_poll_status() function 552 stat = mxcmci_poll_status(host, in mxcmci_pull() 564 stat = mxcmci_poll_status(host, in mxcmci_pull() 581 stat = mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push() 592 stat = mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push() 600 return mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push() 626 stat = mxcmci_poll_status(host, STATUS_WRITE_OP_DONE); in mxcmci_transfer_data()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mxcmmc.c | 509 static int mxcmci_poll_status(struct mxcmci_host *host, u32 mask) in mxcmci_poll_status() function 535 stat = mxcmci_poll_status(host, in mxcmci_pull() 547 stat = mxcmci_poll_status(host, in mxcmci_pull() 564 stat = mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push() 575 stat = mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push() 583 return mxcmci_poll_status(host, STATUS_BUF_WRITE_RDY); in mxcmci_push() 609 stat = mxcmci_poll_status(host, STATUS_WRITE_OP_DONE); in mxcmci_transfer_data()
|
Completed in 4 milliseconds