Searched refs:ply_count (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.c173 unsigned int ply_count; member in struct:fm801
439 chip->ply_count = snd_pcm_lib_period_bytes(substream);
456 outw(chip->ply_count - 1, FM801_REG(chip, PLY_COUNT));
460 outl(chip->ply_buffer + (chip->ply_count % chip->ply_size), FM801_REG(chip, PLY_BUF2));
499 ptr = chip->ply_pos + (chip->ply_count - 1) - inw(FM801_REG(chip, PLY_COUNT));
501 ptr += chip->ply_count;
540 chip->ply_pos += chip->ply_count;
542 tmp = chip->ply_pos + chip->ply_count;

Completed in 108 milliseconds