Home
last modified time | relevance | path

Searched refs:inst_parity (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/mips/mm/
Dcerr-sb1.c319 static unsigned char inst_parity(uint32_t word) in inst_parity() function
423 if (((datahi >> 4) & 0xf) ^ inst_parity(insta)) { in extract_ic()
427 if ((datahi & 0xf) ^ inst_parity(instb)) { in extract_ic()