Searched refs:spoctl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/pci/ctxfi/ |
D | cthw20k1.c | 807 u32 spoctl:4; member 818 unsigned int spoctl; member 1006 set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 1); in daio_mgr_enb_dao() 1007 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_enb_dao() 1023 set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 0); in daio_mgr_dsb_dao() 1024 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_dsb_dao() 1042 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 3); in daio_mgr_dao_init() 1045 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 0); in daio_mgr_dao_init() 1048 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 1); in daio_mgr_dao_init() 1051 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 2); in daio_mgr_dao_init() [all …]
|