Lines Matching refs:pending_events

181 			   &host->pending_events);  in dw_mci_init_debugfs()
387 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto()
428 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
491 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
1292 host->pending_events = 0; in __dw_mci_start_request()
1332 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1919 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
1927 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete()
1938 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete()
1945 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
1950 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2045 &host->pending_events)) { in dw_mci_tasklet_func()
2055 &host->pending_events)) { in dw_mci_tasklet_func()
2081 &host->pending_events)) { in dw_mci_tasklet_func()
2131 &host->pending_events)) { in dw_mci_tasklet_func()
2167 &host->pending_events)) in dw_mci_tasklet_func()
2535 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2589 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
2601 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2649 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2659 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2676 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2727 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2736 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2974 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()
3000 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer()
3020 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cto_timer()
3051 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3070 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
3071 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()