Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ctxfi/
Dcthw20k2.c783 u16 atxcsl:1; member
792 unsigned int atxcsl; member
907 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos()
908 ((struct dao_ctrl_blk *)blk)->dirty.bf.atxcsl = 1; in dao_set_spos()
916 if (ctl->dirty.bf.atxcsl) { in dao_commit_write()
920 ctl->atxcsl); in dao_commit_write()
922 ctl->dirty.bf.atxcsl = 0; in dao_commit_write()
930 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl; in dao_get_spos()