Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ctxfi/
Dcthw20k2.c779 u16 atxcsl:1; member
788 unsigned int atxcsl; member
903 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos()
904 ((struct dao_ctrl_blk *)blk)->dirty.bf.atxcsl = 1; in dao_set_spos()
912 if (ctl->dirty.bf.atxcsl) { in dao_commit_write()
916 ctl->atxcsl); in dao_commit_write()
918 ctl->dirty.bf.atxcsl = 0; in dao_commit_write()
926 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl; in dao_get_spos()