Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Datapi.h356 #define mUnitControl(IOPort2, Value) OutPort(&IOPort2->AlternateStatus,(UCHAR)(Value))
359 #define mSetFeaturePort(IOPort,x) OutPort((PUCHAR)&IOPort->Data+1, x)
360 #define mSetBlockCount(IOPort,x) OutPort(&IOPort->BlockCount, x)
363 #define mSetBlockNumber(IOPort,x) OutPort(&IOPort->BlockNumber, x)
366 #define mSetCylinderLow(IOPort,x) OutPort(&IOPort->CylinderLow, x)
368 #define mSetCylinderHigh(IOPort,x) OutPort(&IOPort->CylinderHigh, x)
372 OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId));\
373 OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId));\
376 #define mSelectUnit(IOPort,UnitId) OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId))
379 #define mIssueCommand(IOPort,Cmd) OutPort(&IOPort->Command, (UCHAR)(Cmd))
/freebsd/sys/dev/acpica/Osd/
H A DOsdHardware.c80 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) in AcpiOsWritePort() argument
85 iodev_write_1(OutPort, Value); in AcpiOsWritePort()
88 iodev_write_2(OutPort, Value); in AcpiOsWritePort()
91 iodev_write_4(OutPort, Value); in AcpiOsWritePort()
/freebsd/sbin/natd/
H A Dnatd.c1033 OutPort, enumerator
1165 { OutPort,
1429 case OutPort: in ParseOption()