Lines Matching refs:pending_events

183 			   &host->pending_events);  in dw_mci_init_debugfs()
392 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto()
433 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
496 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
1329 host->pending_events = 0; in __dw_mci_start_request()
1369 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1837 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_fault_timer()
2024 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
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()
2050 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2055 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2151 &host->pending_events)) { in dw_mci_tasklet_func()
2161 &host->pending_events)) { in dw_mci_tasklet_func()
2187 &host->pending_events)) { in dw_mci_tasklet_func()
2238 &host->pending_events)) { in dw_mci_tasklet_func()
2275 &host->pending_events)) in dw_mci_tasklet_func()
2643 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2697 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
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()
2771 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2776 &host->pending_events); in dw_mci_interrupt()
2796 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2847 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2856 if (!test_bit(EVENT_DATA_ERROR, &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, &host->pending_events)) { in dw_mci_cto_timer()
3147 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cto_timer()
3178 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3197 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
3198 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()