Home
last modified time | relevance | path

Searched defs:IOPort (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Datapi.h358 #define mGetErrorCode(IOPort) (UCHAR)InPort((PUCHAR)&IOPort->Data+1) argument
359 #define mSetFeaturePort(IOPort,x) OutPort((PUCHAR)&IOPort->Data+1, x) argument
360 #define mSetBlockCount(IOPort,x) OutPort(&IOPort->BlockCount, x) argument
361 #define mGetBlockCount(IOPort) (UCHAR)InPort(&IOPort->BlockCount) argument
362 #define mGetInterruptReason(IOPort) (UCHAR)InPort(&IOPort->BlockCount) argument
363 #define mSetBlockNumber(IOPort,x) OutPort(&IOPort->BlockNumber, x) argument
364 #define mGetBlockNumber(IOPort) (UCHAR)InPort((PUCHAR)&IOPort->BlockNumber) argument
365 #define mGetByteLow(IOPort) (UCHAR)InPort(&IOPort->CylinderLow) argument
366 #define mSetCylinderLow(IOPort,x) OutPort(&IOPort->CylinderLow, x) argument
367 #define mGetByteHigh(IOPort) (UCHAR)InPort(&IOPort->CylinderHigh) argument
[all …]