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

Quelle  mpp.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-only
/*
 * arch/arm/mach-mv78x00/mpp.c
 *
 * MPP functions for Marvell MV78x00 SoCs
 */

#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <plat/mpp.h>
#include "mv78xx0.h"
#include "common.h"
#include "mpp.h"

static unsigned int __init mv78xx0_variant(void)
{
 u32 dev, rev;

 mv78xx0_pcie_id(&dev, &rev);

 if (dev == MV78100_DEV_ID && rev >= MV78100_REV_A0)
  return MPP_78100_A0_MASK;

 printk(KERN_ERR "MPP setup: unknown mv78x00 variant "
   "(dev %#x rev %#x)\n", dev, rev);
 return 0;
}

void __init mv78xx0_mpp_conf(unsigned int *mpp_list)
{
 orion_mpp_conf(mpp_list, mv78xx0_variant(),
         MPP_MAX, DEV_BUS_VIRT_BASE);
}

Messung V0.5
C=95 H=100 G=97

¤ Dauer der Verarbeitung: 0.0 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.