Home
last modified time | relevance | path

Searched refs:spur (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt39 - adi,low-spur-mode-enable: Enables low spur mode.
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2025 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1; in dib8096p_get_best_sampling() local
2065 spur = 0; in dib8096p_get_best_sampling()
2069 spur = 1; in dib8096p_get_best_sampling()
2074 if (!spur) { in dib8096p_get_best_sampling()
2086 if (!spur) in dib8096p_get_best_sampling()
2530 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1; in dib7090p_get_best_sampling() local
2570 spur = 0; in dib7090p_get_best_sampling()
2574 spur = 1; in dib7090p_get_best_sampling()
2579 if (!spur) { in dib7090p_get_best_sampling()
2590 if (!spur) in dib7090p_get_best_sampling()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c23146 u16 num_samps, t, spur; in wlc_phy_gen_load_samples_nphy() local
23156 spur = read_phy_reg(pi, 0x01); in wlc_phy_gen_load_samples_nphy()
23157 spur = (spur >> 15) & 1; in wlc_phy_gen_load_samples_nphy()
23158 phy_bw = (spur == 1) ? 82 : 80; in wlc_phy_gen_load_samples_nphy()