Searched refs:EVENT_CMD_COMPLETE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | dw_mmc.c | 387 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto() 1333 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request() 1928 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete() 1939 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete() 1987 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2132 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func() 2603 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt() 2651 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt() 2976 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer() 3002 if (test_bit(EVENT_CMD_COMPLETE, in dw_mci_cto_timer() [all...] |
H A D | dw_mmc.h | 31 EVENT_CMD_COMPLETE = 0, enumerator 81 * command. Only valid when EVENT_CMD_COMPLETE is pending. 149 * snapshot of SR. Similarly, before EVENT_CMD_COMPLETE is set, the
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | dw_mmc.c | 392 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto() 1369 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request() 2032 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete() 2043 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete() 2091 set_bit(EVENT_CMD_COMPLETE, &host->completed_events); in dw_mci_tasklet_func() 2237 if (!test_bit(EVENT_CMD_COMPLETE, in dw_mci_tasklet_func() 2709 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt() 2756 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt() 3101 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer() 3127 if (test_bit(EVENT_CMD_COMPLETE, in dw_mci_cto_timer() [all...] |
H A D | dw_mmc.h | 33 EVENT_CMD_COMPLETE = 0, enumerator 83 * command. Only valid when EVENT_CMD_COMPLETE is pending. 153 * snapshot of SR. Similarly, before EVENT_CMD_COMPLETE is set, the
|
Completed in 11 milliseconds