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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs4231-regs.h59 #define CS4231_TIMER_HIGH 0x15 /* timer high byte */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A Dwss_lib.c659 (unsigned char)(ticks >> 8) != chip->image[CS4231_TIMER_HIGH] ||
661 chip->image[CS4231_TIMER_HIGH] = (unsigned char) (ticks >> 8);
662 snd_wss_out(chip, CS4231_TIMER_HIGH,
663 chip->image[CS4231_TIMER_HIGH]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Dcs4231.c673 (unsigned char)(ticks >> 8) != chip->image[CS4231_TIMER_HIGH] ||
675 snd_cs4231_out(chip, CS4231_TIMER_HIGH,
676 chip->image[CS4231_TIMER_HIGH] =

Completed in 209 milliseconds