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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-ac97.c78 GSR = GSR_CDONE | GSR_SDONE;
82 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
83 if (!((GSR | gsr_bits) & GSR_SDONE)) {
84 printk(KERN_ERR "%s: read error (ac97_reg=%x GSR=%#lx)\n",
85 __FUNCTION__, reg, GSR | gsr_bits);
91 GSR = GSR_CDONE | GSR_SDONE;
95 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
119 GSR = GSR_CDONE | GSR_SDONE;
122 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1);
123 if (!((GSR | gsr_bit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-ac97.c62 GSR = GSR_CDONE | GSR_SDONE;
67 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1) <= 0 &&
68 !((GSR | gsr_bits) & GSR_SDONE)) {
69 printk(KERN_ERR "%s: read error (ac97_reg=%d GSR=%#lx)\n",
70 __FUNCTION__, reg, GSR | gsr_bits);
76 GSR = GSR_CDONE | GSR_SDONE;
80 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
96 GSR = GSR_CDONE | GSR_SDONE;
99 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1) <= 0 &&
100 !((GSR | gsr_bit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.c929 while ((reason = zin(GSR))) {
1118 while (!(zin(GSR) & uPD98401_INT_IND));
1136 while (!(zin(GSR) & uPD98401_INT_IND));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c401 #define GSR 0x00 /* global status */ macro
2340 while((gsr = rd_reg32(info, GSR) & 0xffffff00)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h546 #define GSR __REG(0x4050001C) /* Global Status Register */ macro

Completed in 145 milliseconds