Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ctxfi/
Dcthw20k1.c119 u16 enbsa:1; member
126 unsigned int enbsa; member
442 ((struct src_mgr_ctrl_blk *)blk)->enbsa = ~(0x0); in src_mgr_enbs_src()
443 ((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1; in src_mgr_enbs_src()
468 if (ctl->dirty.bf.enbsa) { in src_mgr_commit_write()
472 hw_write_20kx(hw, SRCENBS, ctl->enbsa); in src_mgr_commit_write()
473 ctl->dirty.bf.enbsa = 0; in src_mgr_commit_write()
Dcthw20k2.c119 u16 enbsa:1; member
126 unsigned int enbsa; member
442 ((struct src_mgr_ctrl_blk *)blk)->enbsa |= (0x1 << ((idx%128)/4)); in src_mgr_enbs_src()
443 ((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1; in src_mgr_enbs_src()
468 if (ctl->dirty.bf.enbsa) { in src_mgr_commit_write()
472 hw_write_20kx(hw, SRC_ENBSA, ctl->enbsa); in src_mgr_commit_write()
473 ctl->dirty.bf.enbsa = 0; in src_mgr_commit_write()