HomeSort by: relevance | last modified time | path
    Searched defs:spcr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/acpi/
acpi_platform.c 154 acpi_platform_attach_uart(ACPI_TABLE_SPCR *spcr)
166 if (spcr->SerialPort.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY) {
169 if (le64toh(spcr->SerialPort.Address) == 0) {
174 * Lookup SPCR baud rate.
178 if (acpi_spcr_baud_rates[n].id == spcr->BaudRate) {
187 switch (spcr->InterfaceType) {
192 if (spcr->InterfaceType == ACPI_DBG2_ARM_PL011)
197 plcom_console.pi_iobase = le64toh(spcr->SerialPort.Address);
210 switch (spcr->SerialPort.BitWidth) {
225 if (spcr->InterfaceType == ACPI_DBG2_16550_COMPATIBLE)
266 ACPI_TABLE_SPCR *spcr; local in function:acpi_platform_startup
332 ACPI_TABLE_SPCR *spcr; local in function:acpi_platform_device_register
    [all...]
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1448 /* This function is used by DBG2 and SPCR. */
2944 ACPI_TABLE_SPCR *spcr; local in function:acpi_handle_spcr
2948 spcr = (ACPI_TABLE_SPCR *)sdp;
2954 (spcr->InterfaceType == 1) ?
2958 acpi_print_dbg2_serial_subtype(spcr->InterfaceType);
2966 acpi_print_gas(&spcr->SerialPort);
2968 if (spcr->InterruptType & 0x1) {
2970 switch (spcr->PcInterrupt) {
2974 printf("%d", spcr->PcInterrupt);
2977 printf("%d (invalid entry)", spcr->PcInterrupt)
    [all...]

Completed in 17 milliseconds