Searched refs:aml_sd_emmc_irq_thread (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c533 static int aml_sd_emmc_irq_thread(void* ctx) { function
541 zxlogf(ERROR, "aml_sd_emmc_irq_thread: zx_interrupt_wait got %d\n", status);
550 zxlogf(ERROR, "aml_sd_emmc_irq_thread: Got a spurious interrupt\n");
560 zxlogf(ERROR, "aml_sd_emmc_irq_thread: END OF CHAIN bit is not set\n");
1016 int rc = thrd_create_with_name(&dev->irq_thread, aml_sd_emmc_irq_thread, dev,
1017 "aml_sd_emmc_irq_thread");

Completed in 51 milliseconds