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

Quelle  flash.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Flash support for OMAP1
 */


#include <linux/io.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/soc/ti/omap1-io.h>

#include "tc.h"

#include "flash.h"


void omap1_set_vpp(struct platform_device *pdev, int enable)
{
 u32 l;

 l = omap_readl(EMIFS_CONFIG);
 if (enable)
  l |= OMAP_EMIFS_CONFIG_WP;
 else
  l &= ~OMAP_EMIFS_CONFIG_WP;
 omap_writel(l, EMIFS_CONFIG);
}

Messung V0.5
C=93 H=100 G=96

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