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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddmabuf.c171 dmap->max_byte_counter = 8000 * 60 * 60;
208 dmap->max_byte_counter = 8000 * 60 * 60;
876 if (dmap->byte_counter >= dmap->max_byte_counter) {
973 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */
995 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */
1074 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */
1105 if (dmap->byte_counter >= dmap->max_byte_counter) { /* Overflow */
H A Ddev_table.h131 unsigned long max_byte_counter; member in struct:dma_buffparms
H A Daudio.c648 dmap->max_byte_counter = (dmap->data_rate * 60 * 60) +

Completed in 55 milliseconds