Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dpcnet.c95 #define CSR_POLL(S) ((S)->csr[46]) macro
659 (65536 - (CSR_SPND(s) ? 0 : CSR_POLL(s))) * 30; in pcnet_get_next_poll_time()
1323 uint64_t t = now - s->timer + CSR_POLL(s); in pcnet_poll_timer()
1326 CSR_POLL(s) = CSR_PINT(s); in pcnet_poll_timer()
1328 CSR_POLL(s) = t; in pcnet_poll_timer()