Searched refs:Mcr (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/input/sermouse/ |
H A D | detect.c | 121 ULONG Fcr, Mcr; in SermouseDetectLegacyDevice() local 148 Mcr = 0; /* MCR: DTR/RTS/OUT2 off */ in SermouseDetectLegacyDevice() 150 &Mcr, sizeof(Mcr), NULL, NULL); in SermouseDetectLegacyDevice()
|
/reactos/sdk/lib/cportlib/ |
H A D | cport.c | 152 UCHAR Mcr, Msr; in ComPortTest1() local 155 Mcr = READ_PORT_UCHAR(Address + MODEM_CONTROL_REGISTER); in ComPortTest1() 195 WRITE_PORT_UCHAR(Address + MODEM_CONTROL_REGISTER, Mcr); in ComPortTest1()
|
H A D | cport_pc98.c | 286 UCHAR Mcr, Msr; in ComPortTest1() local 289 Mcr = READ_PORT_UCHAR((PUCHAR)SER2_IO_i_MODEM_CONTROL); in ComPortTest1() 330 WRITE_PORT_UCHAR((PUCHAR)SER2_IO_o_MODEM_CONTROL, Mcr); in ComPortTest1()
|
/reactos/drivers/serial/serenum/ |
H A D | detect.c | 449 ULONG Fcr, Mcr; in SerenumDetectLegacyDevice() local 482 Mcr = 0; /* MCR: DTR/RTS/OUT2 off */ in SerenumDetectLegacyDevice() 484 &Mcr, sizeof(Mcr), NULL, NULL); in SerenumDetectLegacyDevice()
|