Home
last modified time | relevance | path

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

/sound/soc/blackfin/
Dbf5xx-ac97.c100 static void enqueue_cmd(struct snd_ac97 *ac97, __u16 addr, __u16 data) in enqueue_cmd() function
154 enqueue_cmd(ac97, (reg << 8), val); /* write */ in bf5xx_ac97_write()
155 enqueue_cmd(ac97, (reg << 8) | 0x8000, 0); /* read back */ in bf5xx_ac97_write()