Searched refs:range_parity (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dcerr-sb1.c296 static char range_parity(uint64_t dword, int max, int min) function
371 if (((taglo >> 10) & 1) ^ range_parity(tlo_tmp, 23, 0)) {
375 if (((taglo >> 11) & 1) ^ range_parity(taglo, 63, 24)) {
409 if (((datahi >> 16) & 1) != (uint32_t)range_parity(predecode, 7, 0)) {
525 if (((taglo >> 11) & 1) ^ range_parity(taglo, 39, 26)) {
529 if (((taglo >> 10) & 1) ^ range_parity(taglo, 25, 13)) {

Completed in 37 milliseconds