Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dquartet.c435 static unsigned int get_scr(struct snd_ice1712 *ice) in get_scr() function
481 get_scr(ice))); in proc_regs_read()
498 val = get_scr(ice) & SCR_MUTE; in qtet_mute_get()
508 old = get_scr(ice) & SCR_MUTE; in qtet_mute_put()
522 set_scr(ice, (get_scr(ice) & ~SCR_MUTE) | new); in qtet_mute_put()
544 val = get_scr(ice) & (SCR_AIN12_SEL1 | SCR_AIN12_SEL0); in qtet_ain12_sw_get()
569 old = get_scr(ice); in qtet_ain12_sw_put()
614 val = get_scr(ice) & SCR_PHP_V; in qtet_php_get()
624 old = new = get_scr(ice); in qtet_php_put()