PRID_COMP_MASK is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

PRID_COMP_MASK macro

Syntax

#define PRID_COMP_MASK 0xff0000

References

LocationText
mips_cpu.h:13
#define PRID_COMP_MASK 0xff0000
mips32.c:904
if ((prid & PRID_COMP_MASK) == PRID_COMP_ALCHEMY) {
mips32.c:924
return (ejtag_info->prid & PRID_COMP_MASK) == PRID_COMP_LEXRA;
mips32.c:988
switch (mips32->prid & PRID_COMP_MASK) {