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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/mach-es7000/
H A Des7000.h64 struct psai { struct
83 struct psai psai; member in struct:es7000_oem_table
H A Des7000plat.c49 volatile unsigned long *psai = NULL; variable
107 struct psai *psaip = NULL;
138 psaip = (struct psai *)tp;
141 psai = __va(psaip->addr);
143 psai = NULL;
276 if (psai == NULL)
282 while (*psai & 0x1000000)
285 *psai = psaival;
296 if (psai == NULL)
301 while ((*psai
[all...]

Completed in 91 milliseconds