GCS_CAP
#define GCS_CAP(x) ((((unsigned long)x) & GCS_CAP_ADDR_MASK) | \
#define GCS_CAP(x) (((unsigned long)(x) & GCS_CAP_ADDR_MASK) | \