Searched refs:ocr_power_timer (Results 1 – 1 of 1) sorted by relevance
175 QEMUTimer *ocr_power_timer; member982 VMSTATE_TIMER_PTR(ocr_power_timer, SDState),2033 timer_del(sd->ocr_power_timer); in sd_cmd_SEND_OP_COND()2037 if (!timer_pending(sd->ocr_power_timer)) { in sd_cmd_SEND_OP_COND()2038 timer_mod_ns(sd->ocr_power_timer, in sd_cmd_SEND_OP_COND()2760 sd->ocr_power_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, sd_ocr_powerup, sd); in sd_instance_init()2767 timer_free(sd->ocr_power_timer); in sd_instance_finalize()