Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dfm801.c191 unsigned short cap_ctrl; member
436 chip->cap_ctrl &= ~(FM801_BUF1_LAST | in snd_fm801_capture_trigger()
439 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()
447 chip->cap_ctrl |= FM801_PAUSE; in snd_fm801_capture_trigger()
451 chip->cap_ctrl &= ~FM801_PAUSE; in snd_fm801_capture_trigger()
458 fm801_writew(chip, CAP_CTRL, chip->cap_ctrl); in snd_fm801_capture_trigger()
504 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()
507 chip->cap_ctrl |= FM801_16BIT; in snd_fm801_capture_prepare()
509 chip->cap_ctrl |= FM801_STEREO; in snd_fm801_capture_prepare()
512 fm801_writew(chip, CAP_CTRL, chip->cap_ctrl); in snd_fm801_capture_prepare()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dcore_mcpcia.c527 unsigned int cap_ctrl; in mcpcia_print_system_area() member
557 printk(" CAP_CTRL = %8x\n", iodpp->cap_ctrl); in mcpcia_print_system_area()