Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dtulip.c111 s->csr[5] &= ~(CSR5_AIS | CSR5_NIS); in tulip_update_int()
114 s->csr[5] |= CSR5_NIS; in tulip_update_int()
123 assert = s->csr[5] & s->csr[7] & (CSR5_AIS | CSR5_NIS); in tulip_update_int()
790 CSR5_NIS | CSR5_GPI | CSR5_LC)); in tulip_write()
H A Dtulip.h48 #define CSR5_NIS BIT(16) macro