MCA_POS_REG
#define MCA_POS_REG(n) (0x100+(n)) /* POS registers 0-7 */
#define MCA_POS_REG(n) (IOCC_POSBASE + 0x100+(n))