Lines Matching refs:pending_events

181 			   (u32 *)&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()
1290 host->pending_events = 0; in __dw_mci_start_request()
1330 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in __dw_mci_start_request()
1918 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_set_drto()
1926 if (!test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_cmd_complete()
1937 clear_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_clear_pending_cmd_complete()
1944 if (!test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) in dw_mci_clear_pending_data_complete()
1949 clear_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_clear_pending_data_complete()
2044 &host->pending_events)) { in dw_mci_tasklet_func()
2054 &host->pending_events)) { in dw_mci_tasklet_func()
2080 &host->pending_events)) { in dw_mci_tasklet_func()
2130 &host->pending_events)) { in dw_mci_tasklet_func()
2166 &host->pending_events)) in dw_mci_tasklet_func()
2534 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_read_data_pio()
2588 set_bit(EVENT_XFER_COMPLETE, &host->pending_events); in dw_mci_write_data_pio()
2600 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd_interrupt()
2648 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2658 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_interrupt()
2675 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_interrupt()
2726 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2735 if (!test_bit(EVENT_DATA_ERROR, &host->pending_events)) in dw_mci_interrupt()
2979 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cmd11_timer()
3005 if (test_bit(EVENT_CMD_COMPLETE, &host->pending_events)) { in dw_mci_cto_timer()
3025 set_bit(EVENT_CMD_COMPLETE, &host->pending_events); in dw_mci_cto_timer()
3056 if (test_bit(EVENT_DATA_COMPLETE, &host->pending_events)) { in dw_mci_dto_timer()
3075 set_bit(EVENT_DATA_ERROR, &host->pending_events); in dw_mci_dto_timer()
3076 set_bit(EVENT_DATA_COMPLETE, &host->pending_events); in dw_mci_dto_timer()