Searched refs:atmci_set_completed (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | atmel-mci.c | 400 #define atmci_set_completed(host, event) \ macro 1762 atmci_set_completed(host, EVENT_CMD_RDY); in atmci_tasklet_func() 1794 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func() 1814 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 1844 atmci_set_completed(host, EVENT_NOTBUSY); in atmci_tasklet_func()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 432 #define atmci_set_completed(host, event) \ macro 1803 atmci_set_completed(host, EVENT_CMD_RDY); in atmci_tasklet_func() 1835 atmci_set_completed(host, EVENT_DATA_ERROR); in atmci_tasklet_func() 1855 atmci_set_completed(host, EVENT_XFER_COMPLETE); in atmci_tasklet_func() 1885 atmci_set_completed(host, EVENT_NOTBUSY); in atmci_tasklet_func()
|
Completed in 7 milliseconds