tag | line | file | source code |
range | 190 | drivers/isdn/isdn_ppp.c | ippp_table[minor].range = 0x1000000; /* MP: 24 bit range */ |
range | 591 | drivers/isdn/isdn_ppp.c | int range = ippp_table[lp->ppp_minor].range; |
range | 592 | drivers/isdn/isdn_ppp.c | if (tseq + 1024 < range + sqno) /* redundancy check .. not MP conform */ |
range | 595 | drivers/isdn/isdn_ppp.c | sqno += range; |
range | 608 | drivers/isdn/isdn_ppp.c | if (min_sqno >= ippp_table[lpq->ppp_minor].range) { /* OK, every link overflowed */ |
range | 609 | drivers/isdn/isdn_ppp.c | int mask = ippp_table[lpq->ppp_minor].range - 1; /* range is a power of 2 */ |
range | 1985 | drivers/sound/sequencer.c | compute_finetune (unsigned long base_freq, int bend, int range) |
range | 1992 | drivers/sound/sequencer.c | if (!range) |
range | 1998 | drivers/sound/sequencer.c | if (range >= 8192) |
range | 1999 | drivers/sound/sequencer.c | range = 8192; |
range | 2001 | drivers/sound/sequencer.c | bend = bend * range / 8192; |
range | 2009 | drivers/sound/sequencer.c | if (bend > range) |
range | 2010 | drivers/sound/sequencer.c | bend = range; |
range | 53 | drivers/sound/sound_calls.h | unsigned long compute_finetune(unsigned long base_freq, int bend, int range); |
range | 484 | include/linux/isdn.h | long range; |