Lines Matching refs:pending_events
183 &host->pending_events); in dw_mci_init_debugfs()
393 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto()
434 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
497 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
1330 host->pending_events = 0; in __dw_mci_start_request()
1370 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1838 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_fault_timer()
2025 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2033 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete()
2044 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete()
2051 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2056 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2152 &host->pending_events)) { in dw_mci_tasklet_func()
2162 &host->pending_events)) { in dw_mci_tasklet_func()
2188 &host->pending_events)) { in dw_mci_tasklet_func()
2239 &host->pending_events)) { in dw_mci_tasklet_func()
2276 &host->pending_events)) in dw_mci_tasklet_func()
2644 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2698 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
2710 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2757 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2772 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2777 &host->pending_events); in dw_mci_interrupt()
2797 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2848 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2857 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
3102 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()
3128 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer()
3148 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cto_timer()
3179 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3198 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
3199 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()