Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Datapi.h45 UCHAR CylinderLow; /* RW: Cylinder low & LBA 8-15 */ member
365 #define mGetByteLow(IOPort) (UCHAR)InPort(&IOPort->CylinderLow)
366 #define mSetCylinderLow(IOPort,x) OutPort(&IOPort->CylinderLow, x)