Home
last modified time | relevance | path

Searched full:dbg2 (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/uart/
H A Duart_cpu_acpi.c229 ACPI_TABLE_DBG2 *dbg2; in uart_cpu_acpi_dbg2() local
237 /* Look for the DBG2 table. */ in uart_cpu_acpi_dbg2()
242 dbg2 = acpi_map_table(dbg2_physaddr, ACPI_SIG_DBG2); in uart_cpu_acpi_dbg2()
243 if (dbg2 == NULL) { in uart_cpu_acpi_dbg2()
244 printf("Unable to map the DBG2 table!\n"); in uart_cpu_acpi_dbg2()
250 dbg2_dev = (ACPI_DBG2_DEVICE *)((uintptr_t)dbg2 + dbg2->InfoOffset); in uart_cpu_acpi_dbg2()
253 (uintptr_t)dbg2 + dbg2->Header.Length) { in uart_cpu_acpi_dbg2()
290 acpi_unmap_table(dbg2); in uart_cpu_acpi_dbg2()
303 /* Use the Debug Port Table 2 (DBG2) to find a debug uart */ in uart_cpu_acpi_setup()
/freebsd/contrib/ntp/html/hints/
H A Da-ux56 dbg2::wait:/etc/telinit v # turn off init's verbose mode
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr9a06g032-rzn1d400-db.dts109 led-dbg2 {
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h180 #define ACPI_SIG_DBG2 "DBG2" /* Debug Port table type 2 */
982 * DBG2 - Debug Port Table 2
985 * Conforms to "Microsoft Debug Port Table 2 (DBG2)", September 21, 2020
H A Dactbl3.h287 /* Values for Interface Type: See the definition of the DBG2 table */
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c1278 * PARAMETERS: Table - A DBG2 table
1282 * DESCRIPTION: Format the contents of a DBG2. This table type consists
H A Ddmtbinfo1.c913 * DBG2 - Debug Port Table 2
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h2018 /// "DBG2" MS Debug Port 2 Spec
H A DAcpi51.h2040 /// "DBG2" MS Debug Port 2 Spec
H A DAcpi60.h2278 /// "DBG2" MS Debug Port 2 Spec
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t091 cc: DBG2 ( addr x -- ) {
/freebsd/stand/efi/loader/
H A Dmain.c821 * Convert the InterfaceType in the SPCR. These are encoded the same for DBG2
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt73 Correct the dumping of SLIC and DBG2 tables. Contributed by: Al Stone (Fedora) <ahs3@ahs3.net>
448 Headers: Add new DBG2 Serial Port Subtypes
449 The Microsoft Debug Port Table 2 (DBG2) specification revision
2292 iASL Table Compiler: Fixed a problem with the DBG2 ACPI table where the
3485 DBG2: Added new constants per the 12/2015 DBG2 spec.
5330 iASL: Added full support for the DBG2 table. Adds full disassembler,
5331 table compiler, and template generator support for the DBG2 table (Debug
6588 Added header support for the new ACPI tables DBG2 (Debug Port Table Type
6644 Disassembler: Added support to decode the DBG2 and CSRT ACPI tables.
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1274 * DESCRIPTION: Compile DBG2.
H A Ddttemplate.h548 0x44,0x42,0x47,0x32,0xB2,0x00,0x00,0x00, /* 00000000 "DBG2...." */