Lines Matching defs:Port
1412 * Port I/O Handler for IN operations.
1419 * @param uPort Port number used for the IN operation.
1424 PDMBOTHCBDECL(int) vmsvgaIORead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb)
1432 Log(("Ignoring non-dword read at %x cb=%d\n", Port, cb));
1437 switch (Port - pThis->svga.BasePort)
1460 * Port I/O Handler for OUT operations.
1466 * @param uPort Port number used for the OUT operation.
1470 PDMBOTHCBDECL(int) vmsvgaIOWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb)
1478 Log(("Ignoring non-dword write at %x val=%x cb=%d\n", Port, u32, cb));
1482 switch (Port - pThis->svga.BasePort)