Searched refs:ife (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | mt352.c | 148 int ife,value; in mt352_calc_input_freq() local 156 ife = if2; in mt352_calc_input_freq() 158 ife = adc_clock - (if2 % adc_clock); in mt352_calc_input_freq() 159 if (ife > adc_clock / 2) in mt352_calc_input_freq() 160 ife = adc_clock - ife; in mt352_calc_input_freq() 162 value = -16374 * ife / adc_clock; in mt352_calc_input_freq() 164 __func__, if2, ife, adc_clock, value, value & 0x3fff); in mt352_calc_input_freq()
|
D | zl10353.c | 151 int ife; in zl10353_calc_input_freq() local 160 ife = if2; in zl10353_calc_input_freq() 162 ife = adc_clock - (if2 % adc_clock); in zl10353_calc_input_freq() 163 if (ife > adc_clock / 2) in zl10353_calc_input_freq() 164 ife = adc_clock - ife; in zl10353_calc_input_freq() 166 value = (u64)65536 * ife + adc_clock / 2; in zl10353_calc_input_freq() 171 __func__, if2, ife, adc_clock, -(int)value, *input_freq); in zl10353_calc_input_freq()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoeblk.c | 117 struct aoeif *ifp, *ife; in aoedisk_debugfs_show() local 145 ife = ifp + ARRAY_SIZE((*t)->ifs); in aoedisk_debugfs_show() 146 for (; ifp->nd && ifp < ife; ifp++) { in aoedisk_debugfs_show()
|
/linux-4.1.27/Documentation/networking/ |
D | baycom.txt | 3 Thomas M. Sailer, HB9JNX/AE4WA, <sailer@ife.ee.ethz.ch> 157 Tom Sailer, sailer@ife.ee.ethz.ch
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 22 Thomas Sailer <sailer@ife.ee.ethz.ch>
|
/linux-4.1.27/Documentation/ |
D | DMA-API-HOWTO.txt | 971 Thomas Sailer <sailer@ife.ee.ethz.ch>
|