Lines Matching refs:pending_events

182 			   &host->pending_events);  in dw_mci_init_debugfs()
391 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_set_cto()
432 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_stop_dma()
495 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_dmac_complete_dma()
1328 host->pending_events = 0; in __dw_mci_start_request()
1368 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1842 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_fault_timer()
2028 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
2036 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete()
2047 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete()
2054 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
2059 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2155 &host->pending_events)) { in dw_mci_work_func()
2165 &host->pending_events)) { in dw_mci_work_func()
2191 &host->pending_events)) { in dw_mci_work_func()
2242 &host->pending_events)) { in dw_mci_work_func()
2279 &host->pending_events)) in dw_mci_work_func()
2732 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2786 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
2798 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2845 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2860 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2865 &host->pending_events); in dw_mci_interrupt()
2885 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2936 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2945 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
3185 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()
3211 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer()
3231 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cto_timer()
3262 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3281 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
3282 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()