Searched refs:spoctl (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/pci/ctxfi/ |
D | cthw20k1.c | 817 u32 spoctl:4; member 828 unsigned int spoctl; member 1016 set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 1); in daio_mgr_enb_dao() 1017 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_enb_dao() 1033 set_field(&ctl->spoctl, SPOCTL_OE << (idx*8), 0); in daio_mgr_dsb_dao() 1034 ctl->dirty.bf.spoctl |= (0x1 << idx); in daio_mgr_dsb_dao() 1052 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 3); in daio_mgr_dao_init() 1055 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 0); in daio_mgr_dao_init() 1058 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 1); in daio_mgr_dao_init() 1061 set_field(&ctl->spoctl, SPOCTL_SR << (idx*8), 2); in daio_mgr_dao_init() [all …]
|