Lines Matching full:elm
19 added defines for the Motorola ELM (MOT_ELM)
742 * Special Quad-Elm Registers.
743 * A Quad-ELM consists of for ELMs and these additional registers.
745 #define QELM_XBAR_W 0x80 /* Crossbar Control ELM W */
746 #define QELM_XBAR_X 0x81 /* Crossbar Control ELM X */
747 #define QELM_XBAR_Y 0x82 /* Crossbar Control ELM Y */
748 #define QELM_XBAR_Z 0x83 /* Crossbar Control ELM Z */
759 #define QELM_ELMB 0x00 /* Elm base */
760 #define QELM_ELM_SIZE 0x20 /* ELM size */
866 #define PLC_INT_MASK 0xc000 /* ELM integration bits in status A */
867 #define PLC_INT_C 0x0000 /* ELM Revision Band C */
868 #define PLC_INT_CAMEL 0x4000 /* ELM integrated into CAMEL */
869 #define PLC_INT_QE 0x8000 /* ELM integrated into Quad ELM */
871 #define PLC_REVISION_B 0x0000 /* rev bits for ELM Rev B */
872 #define PLC_REVISION_QA 0x0800 /* rev bits for ELM core in QELM-A */
978 * Quad ELM Crosbar Control register values (QELM_XBAR_?)
984 #define QELM_XOUT_W 0x0004 /* Output to: ELM W */
985 #define QELM_XOUT_X 0x0005 /* Output to: ELM X */
986 #define QELM_XOUT_Y 0x0006 /* Output to: ELM Y */
987 #define QELM_XOUT_Z 0x0007 /* Output to: ELM Z */
990 * Quad ELM Interrupt data and event registers.
997 #define QELM_ELM_Z (1<<3) /* ELM Z Interrupt */
998 #define QELM_ELM_Y (1<<2) /* ELM Y Interrupt */
999 #define QELM_ELM_X (1<<1) /* ELM X Interrupt */
1000 #define QELM_ELM_W (1<<0) /* ELM W Interrupt */
1019 #define PLC_ELM_B_BIST 0x6ecd /* BIST signature of ELM Rev. B */
1020 #define PLC_ELM_D_BIST 0x5b6b /* BIST signature of ELM Rev. D */