• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/

Lines Matching refs:sysino

1424  *	sysino		System interrupt number.  A 64-bit unsigned interger
1429 * sysino. The state values are defined below.
1432 * sysino. The enable values are defined below.
1439 #define HV_INTR_DISABLED 0 /* sysino not enabled */
1440 #define HV_INTR_ENABLED 1 /* sysino enabled */
1448 * RET1: sysino
1452 * devhandle/devino into a system specific ino (sysino).
1464 * ARG0: sysino
1467 * ERRORS: EINVAL Invalid sysino
1470 * by the given sysino.
1475 extern unsigned long sun4v_intr_getenabled(unsigned long sysino);
1481 * ARG0: sysino
1484 * ERRORS: EINVAL Invalid sysino or intr_enabled value
1486 * Set the 'enabled' state of the interrupt sysino.
1491 extern unsigned long sun4v_intr_setenabled(unsigned long sysino, unsigned long intr_enabled);
1497 * ARG0: sysino
1500 * ERRORS: EINVAL Invalid sysino
1502 * Returns current state of the interrupt defined by the given sysino.
1507 extern unsigned long sun4v_intr_getstate(unsigned long sysino);
1513 * ARG0: sysino
1516 * ERRORS: EINVAL Invalid sysino or intr_state value
1518 * Sets the current state of the interrupt described by the given sysino
1522 * interrupt for sysino.
1527 extern unsigned long sun4v_intr_setstate(unsigned long sysino, unsigned long intr_state);
1533 * ARG0: sysino
1536 * ERRORS: EINVAL Invalid sysino
1539 * the given sysino. The CPU value returned is undefined if the target
1545 extern unsigned long sun4v_intr_gettarget(unsigned long sysino);
1551 * ARG0: sysino
1554 * ERRORS: EINVAL Invalid sysino
1557 * Set the target CPU for the interrupt defined by the given sysino.
1562 extern unsigned long sun4v_intr_settarget(unsigned long sysino, unsigned long cpuid);