Home
last modified time | relevance | path

Searched refs:autotune (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/tuners/
Dmax2165.c233 u8 status, autotune; in max2165_debug_status() local
241 max2165_read_reg(priv, REG_AUTOTUNE, &autotune); in max2165_debug_status()
250 vco = autotune >> 6; in max2165_debug_status()
251 vco_sub_band = (autotune >> 3) & 0x7; in max2165_debug_status()
252 adc = autotune & 0x7; in max2165_debug_status()
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES96 sends, and also let tcp autotune the socket send and receive buffers.