GSR              1030 drivers/atm/zatm.c 	while ((reason = zin(GSR))) {
GSR              1216 drivers/atm/zatm.c 	while (!(zin(GSR) & uPD98401_INT_IND));
GSR              1234 drivers/atm/zatm.c 	while (!(zin(GSR) & uPD98401_INT_IND));
GSR              2342 drivers/tty/synclink_gt.c 	while((gsr = rd_reg32(info, GSR) & 0xffffff00)) {
GSR                64 sound/arm/pxa2xx-ac97-lib.c 	GSR = GSR_CDONE | GSR_SDONE;
GSR                69 sound/arm/pxa2xx-ac97-lib.c 	if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1) <= 0 &&
GSR                70 sound/arm/pxa2xx-ac97-lib.c 	    !((GSR | gsr_bits) & GSR_SDONE)) {
GSR                72 sound/arm/pxa2xx-ac97-lib.c 				__func__, reg, GSR | gsr_bits);
GSR                78 sound/arm/pxa2xx-ac97-lib.c 	GSR = GSR_CDONE | GSR_SDONE;
GSR                82 sound/arm/pxa2xx-ac97-lib.c 	wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1);
GSR               103 sound/arm/pxa2xx-ac97-lib.c 	GSR = GSR_CDONE | GSR_SDONE;
GSR               106 sound/arm/pxa2xx-ac97-lib.c 	if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1) <= 0 &&
GSR               107 sound/arm/pxa2xx-ac97-lib.c 	    !((GSR | gsr_bits) & GSR_CDONE)) {
GSR               109 sound/arm/pxa2xx-ac97-lib.c 				__func__, reg, GSR | gsr_bits);
GSR               216 sound/arm/pxa2xx-ac97-lib.c 	while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--)
GSR               219 sound/arm/pxa2xx-ac97-lib.c 	gsr = GSR | gsr_bits;
GSR               253 sound/arm/pxa2xx-ac97-lib.c 	while (!((GSR | gsr_bits) & (GSR_PCR | GSR_SCR)) && timeout--)
GSR               256 sound/arm/pxa2xx-ac97-lib.c 	gsr = GSR | gsr_bits;
GSR               280 sound/arm/pxa2xx-ac97-lib.c 	status = GSR;
GSR               282 sound/arm/pxa2xx-ac97-lib.c 		GSR = status;