Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/pxa/
Dpxa2xx-i2s.c39 #define SAIMR __REG(0x40400014) /* Serial Audio Interrupt Mask Register */ macro
189 SAIMR |= SAIMR_TFS; in pxa2xx_i2s_hw_params()
191 SAIMR |= SAIMR_RFS; in pxa2xx_i2s_hw_params()
251 SAIMR &= ~SAIMR_TFS; in pxa2xx_i2s_shutdown()
254 SAIMR &= ~SAIMR_RFS; in pxa2xx_i2s_shutdown()
273 pxa_i2s.saimr = SAIMR; in pxa2xx_i2s_suspend()
288 SAIMR = pxa_i2s.saimr; in pxa2xx_i2s_resume()
318 SAIMR &= ~(SAIMR_RFS | SAIMR_TFS); in pxa2xx_i2s_probe()