Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dcthw20k2.c789 u16 atxcsl:1; member
798 unsigned int atxcsl; member
913 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos()
914 ((struct dao_ctrl_blk *)blk)->dirty.bf.atxcsl = 1; in dao_set_spos()
922 if (ctl->dirty.bf.atxcsl) { in dao_commit_write()
926 ctl->atxcsl); in dao_commit_write()
928 ctl->dirty.bf.atxcsl = 0; in dao_commit_write()
936 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl; in dao_get_spos()