Lines Matching refs:sdmmc_status
195 if (evt.sdmmc_status & SDMMC_INTMASK_CD) { in handle_idle_state_events()
197 evt.sdmmc_status &= ~SDMMC_INTMASK_CD; in handle_idle_state_events()
200 if (evt.sdmmc_status != 0 || evt.dma_status != 0) { in handle_idle_state_events()
202 evt.sdmmc_status, evt.dma_status); in handle_idle_state_events()
431 evt.sdmmc_status, evt.dma_status); in process_events()
446 if (mask_check_and_clear(&evt.sdmmc_status, SDMMC_CMD_ERR_MASK)) { in process_events()
447 process_command_response(sdio_hw, orig_evt.sdmmc_status, cmd); in process_events()
454 if (mask_check_and_clear(&evt.sdmmc_status, SDMMC_INTMASK_CMD_DONE)) { in process_events()
455 process_command_response(sdio_hw, orig_evt.sdmmc_status, cmd); in process_events()
470 if (mask_check_and_clear(&evt.sdmmc_status, SDMMC_DATA_ERR_MASK)) { in process_events()
471 process_data_status(sdio_hw, orig_evt.sdmmc_status, cmd); in process_events()
489 if (orig_evt.sdmmc_status & (SDMMC_INTMASK_SBE | SDMMC_INTMASK_DATA_OVER)) { in process_events()
497 if (!mask_check_and_clear(&evt.sdmmc_status, SDMMC_INTMASK_DATA_OVER)) { in process_events()
500 process_data_status(sdio_hw, orig_evt.sdmmc_status, cmd); in process_events()
536 event.sdmmc_status, event.dma_status, unhandled_events->sdmmc_status, in handle_event()
539 event.sdmmc_status |= unhandled_events->sdmmc_status; in handle_event()
544 unhandled_events->sdmmc_status, unhandled_events->dma_status); in handle_event()
1265 event.sdmmc_status = pending; in sdio_esp32_isr()