Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dcthw20k1.c807 u32 spoctl:4; member
818 unsigned int spoctl; member
1007 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_enb_dao()
1024 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_dsb_dao()
1060 set_field(&ctl->spoctl, SPOCTL_OS << (idx*8), in daio_mgr_dao_init()
1063 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_dao_init()
1114 if (ctl->dirty.bf.spoctl) { in daio_mgr_commit_write()
1116 if ((ctl->dirty.bf.spoctl & (0x1 << i))) in daio_mgr_commit_write()
1117 ctl->dirty.bf.spoctl &= ~(0x1 << i); in daio_mgr_commit_write()
1119 hw_write_20kx(hw, SPOCTL, ctl->spoctl); in daio_mgr_commit_write()
[all …]