Searched refs:thr (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/net/ |
H A D | stellaris_enet.c | 68 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 D | stby.c | 72 pthread_t thr; in main() local 78 err = pthread_create(&thr, NULL, child, NULL); in main()
|
/qemu/tests/migration-stress/ |
H A D | stress.c | 224 pthread_t thr; in stress() local 225 pthread_create(&thr, NULL, in stress()
|
/qemu/include/hw/char/ |
H A D | serial.h | 41 uint8_t thr; /* transmit holding register */ member
|
/qemu/hw/char/ |
H A D | serial.c | 246 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 D | ipoctal232.c | 363 uint8_t thr = reg; in io_write() local 367 qemu_chr_fe_write_all(&ch->dev, &thr, 1); in io_write()
|