Searched defs:IMM (Results 1 – 5 of 5) sorted by relevance
257 typedef struct IMM IMM; typedef258 struct IMM { struct260 /*0x10000*/ ulong siumcr; /* SIU module configuration register 32 bits 4.3.2.6/4-31 */261 /*0x10004*/ ulong sypcr; /* System protection control register 32 bits 4.3.2.8/4-35 */262 /*0x10008*/ uchar Rsvd10008[0xe-0x8];263 /*0x1000E*/ ushort swsr; /* Softwareservice register 16 bits 4.3.2.9/4-36 */264 /*0x10010*/ uchar Rsvd10010[0x14];265 /*0x10024*/ ulong bcr; /* Bus configuration register 32 bits 4.3.2.1/4-25 */266 /*0x10028*/ ulong PPC_ACR; /* 60x bus arbiter configuration register 8 bits 4.3.2.2/4-28 */267 …ong PPCALRH; /* 60x bus arbitration-level register high (first 8 clients) 32 bits 4.3.2.3/4-28 */[all …]
590 typedef struct IMM IMM; typedef591 struct IMM { struct593 /*0x00000*/ uchar dpram1[0x3800]; /* Dual-port RAM 16Kbytes 13.5/13-15 */594 /*0x03800*/ FCCextra fccextra[4];595 /*0x03980*/ Uartsmc uartsmc[2];596 /*0x03a00*/ uchar dsp1p[0x40];597 /*0x03a40*/ uchar dsp2p[0x40];598 /*0x03a80*/ BD bd[(0x04000-0x03a80)/sizeof(BD)]; /* Buffer descriptors */599 /*0x04000*/ uchar Rsvd4000[0x04000];602 /*0x08000*/ PrmSCC prmscc[4];[all …]
140 typedef struct IMM IMM; typedef
348 IMM, /* immediate */ enumerator
1694 #define IMM(l, r) ((l) | ((r) << 1)) in cgen64() macro