Searched defs:CSR_INEA (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp173 #define CSR_INEA(S) !!((S)->aCSR[0] & 0x0040) /**< Interrupt Enable */ macro
1285 iISR = !!(csr0 & 0x0040); /* CSR_INEA */
1296 if (pThis->aCSR[4] & csr0 & 0x0040 /* CSR_INEA */)
1302 if (!!(pThis->aCSR[4] & 0x0080) && CSR_INEA(pThis)) /* UINTCMD */

Completed in 99 milliseconds