Home
last modified time | relevance | path

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

/sound/soc/pxa/
Dpxa2xx-i2s.c35 #define SAIMR __REG(0x40400014) /* Serial Audio Interrupt Mask Register */ macro
185 SAIMR |= SAIMR_TFS; in pxa2xx_i2s_hw_params()
187 SAIMR |= SAIMR_RFS; in pxa2xx_i2s_hw_params()
247 SAIMR &= ~SAIMR_TFS; in pxa2xx_i2s_shutdown()
250 SAIMR &= ~SAIMR_RFS; in pxa2xx_i2s_shutdown()
269 pxa_i2s.saimr = SAIMR; in pxa2xx_soc_pcm_suspend()
284 SAIMR = pxa_i2s.saimr; in pxa2xx_soc_pcm_resume()
314 SAIMR &= ~(SAIMR_RFS | SAIMR_TFS); in pxa2xx_i2s_probe()