xref: /kernel/linux/linux-6.6/arch/sh/boards/mach-lboxre2/irq.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/sh/boards/mach-lboxre2/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * linux/arch/sh/boards/lboxre2/irq.c
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2007 Nobuhiro Iwamatsu
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * NTT COMWARE L-BOX RE2 Support.
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci#include <linux/init.h>
1062306a36Sopenharmony_ci#include <linux/interrupt.h>
1162306a36Sopenharmony_ci#include <linux/irq.h>
1262306a36Sopenharmony_ci#include <asm/irq.h>
1362306a36Sopenharmony_ci#include <asm/io.h>
1462306a36Sopenharmony_ci#include <mach/lboxre2.h>
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci/*
1762306a36Sopenharmony_ci * Initialize IRQ setting
1862306a36Sopenharmony_ci */
1962306a36Sopenharmony_civoid __init init_lboxre2_IRQ(void)
2062306a36Sopenharmony_ci{
2162306a36Sopenharmony_ci	make_imask_irq(IRQ_CF1);
2262306a36Sopenharmony_ci	make_imask_irq(IRQ_CF0);
2362306a36Sopenharmony_ci	make_imask_irq(IRQ_INTD);
2462306a36Sopenharmony_ci	make_imask_irq(IRQ_ETH1);
2562306a36Sopenharmony_ci	make_imask_irq(IRQ_ETH0);
2662306a36Sopenharmony_ci	make_imask_irq(IRQ_INTA);
2762306a36Sopenharmony_ci}
28

Indexes created Thu Nov 07 10:32:03 CST 2024