Searched refs:ply_ctrl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dfm801.c168 unsigned short ply_ctrl; /* playback control */ member in struct:fm801
360 chip->ply_ctrl &= ~(FM801_BUF1_LAST |
363 chip->ply_ctrl |= FM801_START |
367 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE);
371 chip->ply_ctrl |= FM801_PAUSE;
375 chip->ply_ctrl &= ~FM801_PAUSE;
382 outw(chip->ply_ctrl, FM801_REG(chip, PLY_CTRL));
441 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT |
445 chip->ply_ctrl |= FM801_16BIT;
447 chip->ply_ctrl |
[all...]

Completed in 79 milliseconds