Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/SerialIoLib/
DSerialPortLib.c42 #define MCR_DTRC 0x01 macro
257 Mcr &= (~(MCR_DTRC | MCR_RTS)); in SerialPortSetControl()
260 Mcr |= MCR_DTRC; in SerialPortSetControl()
323 if ((Mcr & MCR_DTRC) == MCR_DTRC) { in SerialPortGetControl()