Searched refs:spoctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/ctxfi/ |
D | cthw20k1.c | 811 u32 spoctl:4; member 822 unsigned int spoctl; member 1010 set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 1); in daio_mgr_enb_dao() 1011 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_enb_dao() 1027 set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 0); in daio_mgr_dsb_dao() 1028 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_dsb_dao() 1046 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 3); in daio_mgr_dao_init() 1049 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 0); in daio_mgr_dao_init() 1052 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 1); in daio_mgr_dao_init() 1055 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 2); in daio_mgr_dao_init() [all …]
|