/reactos/boot/freeldr/freeldr/lib/comm/ |
H A D | rs232.c | 41 static const ULONG BaseArray[] = {0, 0x30, 0x238}; variable 43 static const ULONG BaseArray[] = {0, 0x3F8, 0x2F8, 0x3E8, 0x2E8}; variable 46 static const ULONG BaseArray[] = {0, 0x800003F8}; variable 48 static const ULONG BaseArray[] = {0, 0x80006000, 0x80007000}; variable 50 static const ULONG BaseArray[] = {0, 0xF1012000}; variable 55 #define MAX_COM_PORTS (sizeof(BaseArray) / sizeof(BaseArray[0]) - 1) 89 if (CpDoesPortExist(UlongToPtr(BaseArray[ComPort]))) in Rs232PortInitialize() 91 Address = UlongToPtr(BaseArray[ComPort]); in Rs232PortInitialize() 100 if (CpDoesPortExist(UlongToPtr(BaseArray[ComPort]))) in Rs232PortInitialize() 101 Address = UlongToPtr(BaseArray[ComPort]); in Rs232PortInitialize()
|
/reactos/ntoskrnl/kd/i386/ |
H A D | kdserial.c | 24 const ULONG BaseArray[] = {0, 0x30, 0x238}; variable 26 const ULONG BaseArray[] = {0, 0x3F8, 0x2F8, 0x3E8, 0x2E8}; variable 29 const ULONG BaseArray[] = {0, 0x800003F8}; variable 31 const ULONG BaseArray[] = {0, 0x80006000, 0x80007000}; variable 33 const ULONG BaseArray[] = {0, 0xF1012000}; variable 38 #define MAX_COM_PORTS (sizeof(BaseArray) / sizeof(BaseArray[0]) - 1) 76 if (CpDoesPortExist(UlongToPtr(BaseArray[ComPortNumber]))) in KdPortInitializeEx() 78 PortInformation->Address = DefaultPort.Address = BaseArray[ComPortNumber]; in KdPortInitializeEx() 98 : UlongToPtr(BaseArray[ComPortNumber])), in KdPortInitializeEx()
|
/reactos/drivers/base/kdcom/ |
H A D | kdcom.c | 34 const ULONG BaseArray[] = {0, 0x30, 0x238}; variable 36 const ULONG BaseArray[] = {0, 0x3F8, 0x2F8, 0x3E8, 0x2E8}; variable 39 const ULONG BaseArray[] = {0, 0x800003F8}; variable 41 const ULONG BaseArray[] = {0, 0x80006000, 0x80007000}; variable 43 const ULONG BaseArray[] = {0, 0xF1012000}; variable 48 #define MAX_COM_PORTS (sizeof(BaseArray) / sizeof(BaseArray[0]) - 1) 137 UlongToPtr(BaseArray[ComPortNumber]), in KdpPortInitialize() 199 if (Value >= sizeof(BaseArray) / sizeof(BaseArray[0])) in KdDebuggerInitialize0() 261 if ((ComPort != ComPortNumber) && CpDoesPortExist(UlongToPtr(BaseArray[ComPort]))) in KdDebuggerInitialize0() 265 CpInitialize(&KdDebugComPort, UlongToPtr(BaseArray[ComPort]), DEFAULT_BAUD_RATE); in KdDebuggerInitialize0()
|
/reactos/drivers/base/kdgdb/ |
H A D | kdcom.c | 32 const ULONG BaseArray[] = {0, 0x30, 0x238}; variable 34 const ULONG BaseArray[] = {0, 0x3F8, 0x2F8, 0x3E8, 0x2E8}; variable 37 const ULONG BaseArray[] = {0, 0x800003F8}; variable 39 const ULONG BaseArray[] = {0, 0x80006000, 0x80007000}; variable 41 const ULONG BaseArray[] = {0, 0xF1012000}; variable 46 #define MAX_COM_PORTS (sizeof(BaseArray) / sizeof(BaseArray[0]) - 1) 133 UlongToPtr(BaseArray[ComPortNumber]), in KdpPortInitialize() 193 if (Value >= sizeof(BaseArray) / sizeof(BaseArray[0])) in KdDebuggerInitialize0() 255 if ((ComPort != ComPortNumber) && CpDoesPortExist(UlongToPtr(BaseArray[ComPort]))) in KdDebuggerInitialize0() 259 CpInitialize(&KdDebugComPort, UlongToPtr(BaseArray[ComPort]), DEFAULT_BAUD_RATE); in KdDebuggerInitialize0()
|
/reactos/boot/freeldr/freeldr/arch/drivers/ |
H A D | hwide.c | 27 WRITE_PORT_UCHAR(UlongToPtr(BaseArray[(Channel)] + (Port)), (Data)) 30 READ_PORT_UCHAR(UlongToPtr(BaseArray[(Channel)] + (Port))) 33 WRITE_PORT_BUFFER_USHORT(UlongToPtr(BaseArray[(Channel)] + IDX_IO1_o_Data), \ 37 READ_PORT_BUFFER_USHORT(UlongToPtr(BaseArray[(Channel)] + IDX_IO1_i_Data), \ 41 static const ULONG BaseArray[] = variable 52 #define MAX_CHANNELS RTL_NUMBER_OF(BaseArray) 765 Channel, DeviceNumber, BaseArray[Channel]); in IdentifyDevice()
|
/reactos/sdk/lib/3rdparty/freetype/src/otvalid/ |
H A D | otvgpos.c | 675 OTV_NEST2( MarkBasePosFormat1, BaseArray ); in otv_MarkBasePos_validate()
|
/reactos/dll/win32/usp10/ |
H A D | opentype.c | 505 WORD BaseArray; member 1962 offset = GET_BE_WORD(mbpf1->BaseArray); in GPOS_apply_MarkToBase()
|