Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ctxfi/
Dcthw20k2.c125 u16 enbsa:1; member
132 unsigned int enbsa; member
448 ((struct src_mgr_ctrl_blk *)blk)->enbsa |= (0x1 << ((idx%128)/4)); in src_mgr_enbs_src()
449 ((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1; in src_mgr_enbs_src()
474 if (ctl->dirty.bf.enbsa) { in src_mgr_commit_write()
478 hw_write_20kx(hw, SRC_ENBSA, ctl->enbsa); in src_mgr_commit_write()
479 ctl->dirty.bf.enbsa = 0; in src_mgr_commit_write()
Dcthw20k1.c125 u16 enbsa:1; member
132 unsigned int enbsa; member
448 ((struct src_mgr_ctrl_blk *)blk)->enbsa = ~(0x0); in src_mgr_enbs_src()
449 ((struct src_mgr_ctrl_blk *)blk)->dirty.bf.enbsa = 1; in src_mgr_enbs_src()
474 if (ctl->dirty.bf.enbsa) { in src_mgr_commit_write()
478 hw_write_20kx(hw, SRCENBS, ctl->enbsa); in src_mgr_commit_write()
479 ctl->dirty.bf.enbsa = 0; in src_mgr_commit_write()