Home
last modified time | relevance | path

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

/qemu/scripts/qemugdb/
H A Dtimers.py38 def process_timerlist(self, tlist, ttype): argument
39 gdb.write("Processing %s timers\n" % (ttype))
/qemu/hw/usb/
H A Dhcd-musb.c570 static int musb_timeout(int ttype, int speed, int val) in musb_timeout() argument
576 switch (ttype) { in musb_timeout()
615 int ttype; in musb_packet() local
622 ttype = epnum ? (ep->type[idx] >> 4) & 3 : 0; in musb_packet()
624 ep->timeout[dir] = musb_timeout(ttype, in musb_packet()
626 ep->interrupt[dir] = ttype == USB_ENDPOINT_XFER_INT; in musb_packet()
/qemu/tcg/i386/
H A Dtcg-target.c.inc2114 TCGType ttype = TCG_TYPE_I32;
2129 ttype = s->addr_type;
2130 trexw = (ttype == TCG_TYPE_I32 ? 0 : P_REXW);
2156 tcg_out_mov(s, ttype, TCG_REG_L1, addrlo);