Searched refs:ac97_cmd (Results 1 – 2 of 2) sorted by relevance
273 val = s->ac97_cmd; in sgd_read()357 s->ac97_cmd = val & 0xc0ff0000ULL; in sgd_write()358 s->ac97_cmd |= codec_read(s, (val >> 16) & 0x7f); in sgd_write()359 s->ac97_cmd |= BIT(25); /* data valid */ in sgd_write()361 s->ac97_cmd = val & 0xc0ffffffULL; in sgd_write()
34 uint32_t ac97_cmd; member