Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dpcnet.c68 #define CSR_TDMD(S) !!(((S)->csr[0])&0x0008) macro
1297 if (CSR_TDMD(s) || (CSR_TXON(s) && !CSR_DPOLL(s) && pcnet_tdte_poll(s))) { in pcnet_poll()
1312 if (CSR_TDMD(s)) { in pcnet_poll_timer()
1364 if (CSR_TDMD(s)) { in pcnet_csr_writew()