Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt39 - adi,low-spur-mode-enable: Enables low spur mode.
/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2047 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1; in dib8096p_get_best_sampling() local
2087 spur = 0; in dib8096p_get_best_sampling()
2091 spur = 1; in dib8096p_get_best_sampling()
2096 if (!spur) { in dib8096p_get_best_sampling()
2108 if (!spur) in dib8096p_get_best_sampling()
2560 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1; in dib7090p_get_best_sampling() local
2600 spur = 0; in dib7090p_get_best_sampling()
2604 spur = 1; in dib7090p_get_best_sampling()
2609 if (!spur) { in dib7090p_get_best_sampling()
2620 if (!spur) in dib7090p_get_best_sampling()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c23048 u16 num_samps, t, spur; in wlc_phy_gen_load_samples_nphy() local
23058 spur = read_phy_reg(pi, 0x01); in wlc_phy_gen_load_samples_nphy()
23059 spur = (spur >> 15) & 1; in wlc_phy_gen_load_samples_nphy()
23060 phy_bw = (spur == 1) ? 82 : 80; in wlc_phy_gen_load_samples_nphy()