Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/arm/
H A Dpxa2xx-ac97-lib.c64 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_read()
69 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1) <= 0 && in pxa2xx_ac97_read()
70 !((GSR | gsr_bits) & GSR_SDONE)) { in pxa2xx_ac97_read()
72 __func__, reg, GSR | gsr_bits); in pxa2xx_ac97_read()
78 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_read()
82 wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_SDONE, 1); in pxa2xx_ac97_read()
103 GSR = GSR_CDONE | GSR_SDONE; in pxa2xx_ac97_write()
106 if (wait_event_timeout(gsr_wq, (GSR | gsr_bits) & GSR_CDONE, 1) <= 0 && in pxa2xx_ac97_write()
107 !((GSR | gsr_bits) & GSR_CDONE)) { in pxa2xx_ac97_write()
109 __func__, reg, GSR | gsr_bits); in pxa2xx_ac97_write()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dregs-ac97.h53 #define GSR __REG(0x4050001C) /* Global Status Register */ macro
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dzatm.c1030 while ((reason = zin(GSR))) { in zatm_int()
1216 while (!(zin(GSR) & uPD98401_INT_IND)); in zatm_init()
1234 while (!(zin(GSR) & uPD98401_INT_IND)); in zatm_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h394 #define GSR 0x4050001C /* Global Status Register */ macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclink_gt.c360 #define GSR 0x00 /* global status */ macro
2286 while((gsr = rd_reg32(info, GSR) & 0xffffff00)) { in slgt_interrupt()