Lines Matching refs:spos
763 u16 spos:1;
771 unsigned int spos; /* S/PDIF Output Channel Status Register */
917 static int dao_set_spos(void *blk, unsigned int spos)
919 ((struct dao_ctrl_blk *)blk)->spos = spos;
920 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1;
928 if (ctl->dirty.bf.spos) {
931 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos);
933 ctl->dirty.bf.spos = 0;
939 static int dao_get_spos(void *blk, unsigned int *spos)
941 *spos = ((struct dao_ctrl_blk *)blk)->spos;