Home
last modified time | relevance | path

Searched refs:orig_evt (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c428 struct sdmmc_event orig_evt = evt; in process_events() local
447 process_command_response(sdio_hw, orig_evt.sdmmc_status, cmd); in process_events()
455 process_command_response(sdio_hw, orig_evt.sdmmc_status, cmd); 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()
500 process_data_status(sdio_hw, orig_evt.sdmmc_status, cmd); in process_events()