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

Quelle  irq.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0
/*
 * linux/arch/sh/boards/se/7751/irq.c
 *
 * Copyright (C) 2000  Kazumoto Kojima
 *
 * Hitachi SolutionEngine Support.
 *
 * Modified for 7751 Solution Engine by
 * Ian da Silva and Jeremy Siegel, 2001.
 */


#include <linux/init.h>
#include <linux/irq.h>
#include <asm/irq.h>
#include <mach-se/mach/se7751.h>

static struct ipr_data ipr_irq_table[] = {
 { 13, 3, 3, 2 },
 /* Add additional entries here as drivers are added and tested. */
};

static unsigned long ipr_offsets[] = {
 BCR_ILCRA,
 BCR_ILCRB,
 BCR_ILCRC,
 BCR_ILCRD,
 BCR_ILCRE,
 BCR_ILCRF,
 BCR_ILCRG,
};

static struct ipr_desc ipr_irq_desc = {
 .ipr_offsets = ipr_offsets,
 .nr_offsets = ARRAY_SIZE(ipr_offsets),

 .ipr_data = ipr_irq_table,
 .nr_irqs = ARRAY_SIZE(ipr_irq_table),

 .chip = {
  .name = "IPR-se7751",
 },
};

/*
 * Initialize IRQ setting
 */

void __init init_7751se_IRQ(void)
{
 register_ipr_controller(&ipr_irq_desc);
}

Messung V0.5
C=85 H=74 G=79

¤ 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.