Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dstellaris_enet.c68 uint32_t thr; member
141 VMSTATE_UINT32(thr, stellaris_enet_state),
195 return (s->thr < 0x3f && in stellaris_tx_thr_reached()
196 (s->tx_fifo_len >= 4 * (s->thr * 8 + 1))); in stellaris_tx_thr_reached()
334 return s->thr; in stellaris_enet_read()
424 s->thr = value; in stellaris_enet_write()
473 s->thr = 0x3f; in stellaris_enet_reset()
/qemu/tests/tcg/hppa/
H A Dstby.c72 pthread_t thr; in main() local
78 err = pthread_create(&thr, NULL, child, NULL); in main()
/qemu/tests/migration-stress/
H A Dstress.c224 pthread_t thr; in stress() local
225 pthread_create(&thr, NULL, in stress()
/qemu/include/hw/char/
H A Dserial.h41 uint8_t thr; /* transmit holding register */ member
/qemu/hw/char/
H A Dserial.c246 s->tsr = s->thr; in serial_xmit()
346 s->thr = (uint8_t) val; in serial_ioport_write()
352 fifo8_push(&s->xmit_fifo, s->thr); in serial_ioport_write()
729 VMSTATE_UINT8(thr, SerialState),
H A Dipoctal232.c363 uint8_t thr = reg; in io_write() local
367 qemu_chr_fe_write_all(&ch->dev, &thr, 1); in io_write()