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

/freebsd-13-stable/sys/dev/acpica/Osd/
H A DOsdHardware.c82 AcpiOsWritePort(ACPI_IO_ADDRESS OutPort, UINT32 Value, UINT32 Width) argument
87 iodev_write_1(OutPort, Value);
90 iodev_write_2(OutPort, Value);
93 iodev_write_4(OutPort, Value);
/freebsd-13-stable/sys/dev/hptmv/
H A Datapi.h358 #define mUnitControl(IOPort2, Value) OutPort(&IOPort2->AlternateStatus,(UCHAR)(Value))
361 #define mSetFeaturePort(IOPort,x) OutPort((PUCHAR)&IOPort->Data+1, x)
362 #define mSetBlockCount(IOPort,x) OutPort(&IOPort->BlockCount, x)
365 #define mSetBlockNumber(IOPort,x) OutPort(&IOPort->BlockNumber, x)
368 #define mSetCylinderLow(IOPort,x) OutPort(&IOPort->CylinderLow, x)
370 #define mSetCylinderHigh(IOPort,x) OutPort(&IOPort->CylinderHigh, x)
374 OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId));\
375 OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId));\
378 #define mSelectUnit(IOPort,UnitId) OutPort(&IOPort->DriveSelect, (UCHAR)(UnitId))
381 #define mIssueCommand(IOPort,Cmd) OutPort(
[all...]
/freebsd-13-stable/sbin/natd/
H A Dnatd.c1036 OutPort, enumerator in enum:Option
1168 { OutPort,
1432 case OutPort:

Completed in 63 milliseconds