products/sources/formale Sprachen/C/Linux/arch/arm/mach-bcm/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 792 B image not shown  

Quelle  board_bcmbca.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (C) 2024 Linus Walleij <linus.walleij@linaro.org>

#include <asm/mach/arch.h>
#include <asm/mach/map.h>

/* This is needed for LL-debug/earlyprintk/debug-macro.S */
static struct map_desc bcmbca_io_desc[] __initdata = {
 {
  .virtual = CONFIG_DEBUG_UART_VIRT,
  .pfn = __phys_to_pfn(CONFIG_DEBUG_UART_PHYS),
  .length = SZ_4K,
  .type = MT_DEVICE,
 },
};

static void __init bcmbca_map_io(void)
{
 iotable_init(bcmbca_io_desc, ARRAY_SIZE(bcmbca_io_desc));
}

static const char * const bcmbca_dt_compat[] = {
 /* TODO: Add other BCMBCA SoCs here to get debug UART support */
 "brcm,bcm6846",
 NULL,
};

DT_MACHINE_START(BCMBCA_DT, "BCMBCA Broadband Access Processors")
 .map_io = bcmbca_map_io,
 .dt_compat = bcmbca_dt_compat,
MACHINE_END

Messung V0.5
C=95 H=94 G=94

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.