/* SPDX-License-Identifier: GPL-2.0 */ /* irq.h: IRQ registers on the 64-bit Sparc. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
*/
#define ICLR_IDLE 0x00000000UL /* Idle state */ #define ICLR_TRANSMIT 0x00000001UL /* Transmit state */ #define ICLR_PENDING 0x00000003UL /* Pending state */
/* The largest number of unique interrupt sources we support. * If this needs to ever be larger than 255, you need to change * the type of ino_bucket->irq as appropriate. * * ino_bucket->irq allocation is made during {sun4v_,}build_irq().
*/ #define NR_IRQS (2048)
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.