Searched refs:cs_writel (Results 1 – 2 of 2) sorted by relevance
40 cs_writel(cs5535au, ACC_CODEC_CNTL, ACC_CODEC_CNTL_LNK_SHUTDOWN); in snd_cs5535audio_stop_hardware()71 cs_writel(cs5535au, ACC_CODEC_CNTL, ACC_CODEC_CNTL_LNK_WRM_RST); in snd_cs5535audio_resume()
5 #define cs_writel(cs5535au, reg, val) outl(val, (cs5535au)->port + reg) macro