Searched refs:ocr_power_timer (Results 1 – 1 of 1) sorted by relevance
182 QEMUTimer *ocr_power_timer; member928 VMSTATE_TIMER_PTR(ocr_power_timer, SDState),2005 timer_del(sd->ocr_power_timer); in sd_cmd_SEND_OP_COND()2009 if (!timer_pending(sd->ocr_power_timer)) { in sd_cmd_SEND_OP_COND()2010 timer_mod_ns(sd->ocr_power_timer, in sd_cmd_SEND_OP_COND()2729 sd->ocr_power_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, sd_ocr_powerup, sd); in sd_instance_init()2736 timer_free(sd->ocr_power_timer); in sd_instance_finalize()