Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/arm/mach-omap1/   (Linux Kernel 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 in Prozent
C=95 H=94 G=94

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.