Lines Matching refs:pending_events

202 			   &host->pending_events);  in dw_mci_init_debugfs()
414 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto()
455 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
524 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
1337 host->pending_events = 0; in __dw_mci_start_request()
1383 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1995 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2019 if (!test_bit(EVENT_XFER_COMPLETE, &host->pending_events)) in dw_mci_set_xfer_timeout()
2027 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete()
2038 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete()
2045 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2050 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2146 &host->pending_events)) { in dw_mci_tasklet_func()
2156 &host->pending_events)) { in dw_mci_tasklet_func()
2185 &host->pending_events)) { in dw_mci_tasklet_func()
2235 &host->pending_events)) { in dw_mci_tasklet_func()
2271 &host->pending_events)) in dw_mci_tasklet_func()
2639 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2695 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
2707 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2758 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2768 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2788 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2839 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2848 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
3093 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()
3119 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer()
3139 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cto_timer()
3159 if (test_bit(EVENT_XFER_COMPLETE, &host->pending_events)) { in dw_mci_xfer_timer()
3168 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_xfer_timer()
3169 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_xfer_timer()
3200 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3219 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
3220 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()