Searched refs:GSR (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/arm/ |
D | pxa2xx-ac97-lib.c | 64 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 …]
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
D | regs-ac97.h | 53 #define GSR __REG(0x4050001C) /* Global Status Register */ macro
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | zatm.c | 1030 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()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | synclink_gt.c | 360 #define GSR 0x00 /* global status */ macro 2284 while((gsr = rd_reg32(info, GSR) & 0xffffff00)) { in slgt_interrupt()
|