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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpm2fb.c148 static inline u32 pm2_RD(struct pm2fb_par* p, s32 off) function
171 return pm2_RD(p, index);
204 while( pm2_RD(p, PM2R_IN_FIFO_SPACE) < a );
340 while (pm2_RD(p, PM2R_RESET_STATUS) & PM2F_BEING_RESET)
360 pm2_WR(p, PM2R_CHIP_CONFIG, pm2_RD(p, PM2R_CHIP_CONFIG)&
492 i && !(pm2_RD(par, PM2R_RD_INDEXED_DATA) & PM2F_PLL_LOCKED);
515 i && !(pm2_RD(par, PM2R_RD_INDEXED_DATA) & PM2F_PLL_LOCKED);
1044 while (pm2_RD(par, PM2R_OUT_FIFO_WORDS) == 0)
1047 } while (pm2_RD(par, PM2R_OUT_FIFO) != PM2TAG(PM2R_SYNC));
1254 default_par->mem_control = pm2_RD(default_pa
[all...]

Completed in 56 milliseconds