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

Quelle  at91rm9200.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *  Setup code for AT91RM9200
 *
 *  Copyright (C) 2011 Atmel,
 *                2011 Nicolas Ferre <nicolas.ferre@atmel.com>
 *                2012 Joachim Eastwood <manabian@gmail.com>
 */


#include <linux/of.h>
#include <linux/of_platform.h>

#include <asm/mach/arch.h>

#include "generic.h"

static void __init at91rm9200_dt_device_init(void)
{
 of_platform_default_populate(NULL, NULL, NULL);

 at91rm9200_pm_init();
}

static const char *const at91rm9200_dt_board_compat[] __initconst = {
 "atmel,at91rm9200",
 NULL
};

DT_MACHINE_START(at91rm9200_dt, "Atmel AT91RM9200")
 .init_machine = at91rm9200_dt_device_init,
 .dt_compat = at91rm9200_dt_board_compat,
MACHINE_END

Messung V0.5
C=94 H=75 G=84

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© 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.