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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c48 int gcmp_present = -1; variable
416 gcmp_present = 0;
417 return gcmp_present;
420 if (gcmp_present >= 0)
421 return gcmp_present;
425 gcmp_present = (GCMPGCB(GCMPB) & GCMP_GCB_GCMPB_GCMPBASE_MSK) == GCMP_BASE_ADDR;
427 if (gcmp_present)
429 return gcmp_present;
435 return gcmp_present ?
484 if (gcmp_present) {
[all...]

Completed in 82 milliseconds