Searched refs:hw_fragshift (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/oss/
H A Dvwsnd.c1468 unsigned int hw_fragshift; member in struct:vwsnd_port
1668 aport->hw_fragshift = aport->sw_fragshift - aport->sw_subdivshift;
1669 aport->hw_fragsize = 1 << aport->hw_fragshift;
1678 hwfrags = rport->hwbuf_max >> aport->hw_fragshift;
1693 hwfrags = wport->hwbuf_max >> aport->hw_fragshift;
1733 wport->hw_fragshift = rport->hw_fragshift;
1751 rport->hw_fragshift,
1779 wport->hw_fragshift,
2148 >> wport->hw_fragshift
2528 int hw_fragshift = sw_fragshift - sw_subdivshift; local
2565 int hw_fragshift, hw_fragsize, hw_fragcount; local
[all...]

Completed in 55 milliseconds