Searched refs:cap_ctrl (Results 1 – 2 of 2) sorted by relevance
166 unsigned short cap_ctrl; member411 chip->cap_ctrl &= ~(FM801_BUF1_LAST | in snd_fm801_capture_trigger()414 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()418 chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_capture_trigger()422 chip->cap_ctrl |= FM801_PAUSE; in snd_fm801_capture_trigger()426 chip->cap_ctrl &= ~FM801_PAUSE; in snd_fm801_capture_trigger()433 fm801_writew(chip, CAP_CTRL, chip->cap_ctrl); in snd_fm801_capture_trigger()490 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()493 chip->cap_ctrl |= FM801_16BIT; in snd_fm801_capture_prepare()495 chip->cap_ctrl |= FM801_STEREO; in snd_fm801_capture_prepare()[all …]
527 unsigned int cap_ctrl; in mcpcia_print_system_area() member557 printk(" CAP_CTRL = %8x\n", iodpp->cap_ctrl); in mcpcia_print_system_area()