Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
upa.h File Reference
#include <asm/asi.h>

Go to the source code of this file.

Macros

#define UPA_CONFIG_RESV   0xffffffffc0000000 /* Reserved. */
 
#define UPA_CONFIG_PCON   0x000000003fc00000 /* Depth of various sys queues. */
 
#define UPA_CONFIG_MID   0x00000000003e0000 /* Module ID. */
 
#define UPA_CONFIG_PCAP   0x000000000001ffff /* Port Capabilities. */
 
#define UPA_PORTID_FNP   0xff00000000000000 /* Hardcoded to 0xfc on ultra. */
 
#define UPA_PORTID_RESV   0x00fffff800000000 /* Reserved. */
 
#define UPA_PORTID_ECCVALID   0x0000000400000000 /* Zero if mod can generate ECC */
 
#define UPA_PORTID_ONEREAD   0x0000000200000000 /* Set if mod generates P_RASB */
 
#define UPA_PORTID_PINTRDQ   0x0000000180000000 /* # outstanding P_INT_REQ's */
 
#define UPA_PORTID_PREQDQ   0x000000007e000000 /* slave-wr's to mod supported */
 
#define UPA_PORTID_PREQRD   0x0000000001e00000 /* # incoming P_REQ's supported */
 
#define UPA_PORTID_UPACAP   0x00000000001f0000 /* UPA capabilities of mod */
 
#define UPA_PORTID_ID   0x000000000000ffff /* Module Identification bits */
 

Macro Definition Documentation

#define UPA_CONFIG_MID   0x00000000003e0000 /* Module ID. */

Definition at line 11 of file upa.h.

#define UPA_CONFIG_PCAP   0x000000000001ffff /* Port Capabilities. */

Definition at line 12 of file upa.h.

#define UPA_CONFIG_PCON   0x000000003fc00000 /* Depth of various sys queues. */

Definition at line 10 of file upa.h.

#define UPA_CONFIG_RESV   0xffffffffc0000000 /* Reserved. */

Definition at line 9 of file upa.h.

#define UPA_PORTID_ECCVALID   0x0000000400000000 /* Zero if mod can generate ECC */

Definition at line 17 of file upa.h.

#define UPA_PORTID_FNP   0xff00000000000000 /* Hardcoded to 0xfc on ultra. */

Definition at line 15 of file upa.h.

#define UPA_PORTID_ID   0x000000000000ffff /* Module Identification bits */

Definition at line 23 of file upa.h.

#define UPA_PORTID_ONEREAD   0x0000000200000000 /* Set if mod generates P_RASB */

Definition at line 18 of file upa.h.

#define UPA_PORTID_PINTRDQ   0x0000000180000000 /* # outstanding P_INT_REQ's */

Definition at line 19 of file upa.h.

#define UPA_PORTID_PREQDQ   0x000000007e000000 /* slave-wr's to mod supported */

Definition at line 20 of file upa.h.

#define UPA_PORTID_PREQRD   0x0000000001e00000 /* # incoming P_REQ's supported */

Definition at line 21 of file upa.h.

#define UPA_PORTID_RESV   0x00fffff800000000 /* Reserved. */

Definition at line 16 of file upa.h.

#define UPA_PORTID_UPACAP   0x00000000001f0000 /* UPA capabilities of mod */

Definition at line 22 of file upa.h.