OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UartSerialBus
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/resources/
rsserial.c
590
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.
UartSerialBus
.FlowControl),
591
AML_OFFSET (
UartSerialBus
.TypeSpecificFlags),
594
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.
UartSerialBus
.StopBits),
595
AML_OFFSET (
UartSerialBus
.TypeSpecificFlags),
598
{ACPI_RSC_3BITFLAG, ACPI_RS_OFFSET (Data.
UartSerialBus
.DataBits),
599
AML_OFFSET (
UartSerialBus
.TypeSpecificFlags),
602
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.
UartSerialBus
.Endian),
603
AML_OFFSET (
UartSerialBus
.TypeSpecificFlags),
606
{ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.
UartSerialBus
.Parity),
607
AML_OFFSET (
UartSerialBus
.Parity)
[
all
...]
rsdumpinfo.c
401
{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (
UartSerialBus
.FlowControl), "FlowControl", AcpiGbl_FcDecode},
402
{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (
UartSerialBus
.StopBits), "StopBits", AcpiGbl_SbDecode},
403
{ACPI_RSD_3BITFLAG, ACPI_RSD_OFFSET (
UartSerialBus
.DataBits), "DataBits", AcpiGbl_BpbDecode},
404
{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (
UartSerialBus
.Endian), "Endian", AcpiGbl_EdDecode},
405
{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (
UartSerialBus
.Parity), "Parity", AcpiGbl_PtDecode},
406
{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (
UartSerialBus
.LinesEnabled), "LinesEnabled", NULL},
407
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (
UartSerialBus
.RxFifoSize), "RxFifoSize", NULL},
408
{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (
UartSerialBus
.TxFifoSize), "TxFifoSize", NULL},
409
{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (
UartSerialBus
.DefaultBaudRate), "ConnectionSpeed", NULL},
/src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c
79
*
UartSerialBus
1126
Descriptor->
UartSerialBus
.ResourceLength = DescriptorSize;
1127
Descriptor->
UartSerialBus
.DescriptorType = ACPI_RESOURCE_NAME_SERIAL_BUS;
1128
Descriptor->
UartSerialBus
.RevisionId = AML_RESOURCE_UART_REVISION;
1129
Descriptor->
UartSerialBus
.TypeRevisionId = AML_RESOURCE_UART_TYPE_REVISION;
1130
Descriptor->
UartSerialBus
.Type = AML_RESOURCE_UART_SERIALBUSTYPE;
1131
Descriptor->
UartSerialBus
.TypeDataLength = AML_RESOURCE_UART_MIN_DATA_LEN + VendorLength;
1151
Descriptor->
UartSerialBus
.DefaultBaudRate = (UINT32) InitializerOp->Asl.Value.Integer;
1153
CurrentByteOffset + ASL_RESDESC_OFFSET (
UartSerialBus
.DefaultBaudRate));
1158
RsSetFlagBits16 (&Descriptor->
UartSerialBus
.TypeSpecificFlags, InitializerOp, 4, 3)
[
all
...]
aslmapenter.c
179
Speed = Resource->
UartSerialBus
.DefaultBaudRate;
/src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c
897
Resource->
UartSerialBus
.DefaultBaudRate,
898
AcpiGbl_BpbDecode [ACPI_EXTRACT_3BIT_FLAG (Resource->
UartSerialBus
.TypeSpecificFlags, 4)],
899
AcpiGbl_SbDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->
UartSerialBus
.TypeSpecificFlags, 2)]);
905
Resource->
UartSerialBus
.LinesEnabled,
906
AcpiGbl_EdDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->
UartSerialBus
.TypeSpecificFlags, 7)],
907
AcpiGbl_PtDecode [ACPI_GET_3BIT_FLAG (Resource->
UartSerialBus
.Parity)],
908
AcpiGbl_FcDecode [ACPI_GET_2BIT_FLAG (Resource->
UartSerialBus
.TypeSpecificFlags)]);
914
Resource->
UartSerialBus
.RxFifoSize,
915
Resource->
UartSerialBus
.TxFifoSize);
929
AcpiOsPrintf ("0x%2.2X, ", Resource->
UartSerialBus
.ResSourceIndex)
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
amlresrc.h
724
AML_RESOURCE_UART_SERIALBUS
UartSerialBus
;
acrestyp.h
795
ACPI_RESOURCE_UART_SERIALBUS
UartSerialBus
;
Completed in 28 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026