Home
last modified time | relevance | path

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

/linux-4.1.27/sound/sparc/
Dcs4231.c256 static u8 __cs4231_readb(struct snd_cs4231 *cp, void __iomem *reg_addr) in __cs4231_readb() function
282 int val = __cs4231_readb(chip, CS4231U(chip, REGSEL)); in snd_cs4231_ready()
294 if (__cs4231_readb(chip, CS4231U(chip, REGSEL)) & CS4231_INIT) in snd_cs4231_dout()
327 if (__cs4231_readb(chip, CS4231U(chip, REGSEL)) & CS4231_INIT) in snd_cs4231_in()
333 return __cs4231_readb(chip, CS4231U(chip, REG)); in snd_cs4231_in()
346 __cs4231_readb(chip, CS4231U(chip, REGSEL)); in snd_cs4231_busy_wait()
350 int val = __cs4231_readb(chip, CS4231U(chip, REGSEL)); in snd_cs4231_busy_wait()
365 if (__cs4231_readb(chip, CS4231U(chip, REGSEL)) & CS4231_INIT) in snd_cs4231_mce_up()
369 timeout = __cs4231_readb(chip, CS4231U(chip, REGSEL)); in snd_cs4231_mce_up()
388 if (__cs4231_readb(chip, CS4231U(chip, REGSEL)) & CS4231_INIT) in snd_cs4231_mce_down()
[all …]