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

/vbox/src/VBox/ExtPacks/BusMouseSample/
H A DBusMouse.cpp130 uint8_t port_c; member in struct:MouState
212 pThis->port_c = BMS_CTL_INT_DIS; /* Interrupts disabled. */
251 if (pThis->port_c & irq_bit)
253 if (!(pThis->port_c & BMS_CTL_INT_DIS))
255 pThis->port_c &= ~irq_bit;
259 pThis->port_c |= irq_bit;
260 if (!(pThis->port_c & BMS_CTL_INT_DIS))
265 if (pThis->port_c & BMS_CTL_INT_DIS)
304 if (pThis->port_c & BMS_CTL_HOLD)
328 if (pThis->port_c
[all...]

Completed in 45 milliseconds