Searched defs:prid (Results 1 - 6 of 6) sorted by relevance

/arch/mips/include/asm/netlogic/xlr/
H A Dxlr.h49 uint32_t prid = read_c0_prid(); local
51 return ((prid & 0xf000) == 0x4000);
60 uint32_t prid = read_c0_prid(); local
62 return ((prid & 0xf000) == 0x8000 || (prid & 0xf000) == 0x4000 ||
63 (prid & 0xf000) == 0xc000);
/arch/mips/mipssim/
H A Dsim_time.c32 unsigned int prid = read_c0_prid() & 0xffff00; local
40 if ((prid == (PRID_COMP_MIPS | PRID_IMP_20KC)) ||
41 (prid == (PRID_COMP_MIPS | PRID_IMP_25KF)))
69 if ((prid != (PRID_COMP_MIPS | PRID_IMP_20KC)) &&
70 (prid != (PRID_COMP_MIPS | PRID_IMP_25KF)))
/arch/mips/mti-malta/
H A Dmalta-time.c69 unsigned int prid = read_c0_prid() & 0xffff00; local
94 if ((prid != (PRID_COMP_MIPS | PRID_IMP_20KC)) &&
95 (prid != (PRID_COMP_MIPS | PRID_IMP_25KF)))
/arch/mips/ar7/
H A Dplatform.c510 char *prid, *usb_prod; local
517 prid = prom_getenv("ProductID");
521 if (!prid)
524 if (strstr(prid, "Fritz_Box_FON")) {
527 } else if (strstr(prid, "Fritz_Box_")) {
530 } else if ((!strcmp(prid, "AR7RD") || !strcmp(prid, "AR7DB"))
534 } else if (strstr(prid, "DG834")) {
537 } else if (strstr(prid, "CYWM") || strstr(prid, "CYW
[all...]
/arch/mips/include/asm/lasat/
H A Dlasat.h69 unsigned short prid; member in struct:lasat_eeprom_struct
/arch/mips/mm/
H A Dc-r4k.c797 unsigned int prid = read_c0_prid(); local
951 if (prid & 0x3)
959 if (prid & 0x3)
1020 if ((prid & 0xff00) == PRID_IMP_R4000 && (prid & 0xff) < 0x40 &&

Completed in 475 milliseconds