#include "serial.h"
#include <debug.h>
Go to the source code of this file.
◆ SerialDetectUartType()
Definition at line 16 of file legacy.c.
18{
20 UCHAR OldScr, Scr5A, ScrA5;
23
28
29
30 if (TestLcr != Lcr)
32
33
42
43
50
51
52 if (Scr5A != 0x5A || ScrA5 != 0xA5)
54
55
61 switch (NewFifoStatus)
62 {
63 case 0x00:
65 case 0x40:
66 case 0x80:
67
68
69
71 }
72
73
75}
#define SR_FCR_ENABLE_FIFO
_In_ HANDLE _Outptr_result_bytebuffer_ ViewSize PVOID * BaseAddress
#define READ_PORT_UCHAR(p)
#define WRITE_PORT_UCHAR(p, d)
Referenced by SerialPnpStartDevice().