Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt39 - adi,low-spur-mode-enable: Enables low spur mode.
/Linux-v4.19/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2050 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1; in dib8096p_get_best_sampling() local
2090 spur = 0; in dib8096p_get_best_sampling()
2094 spur = 1; in dib8096p_get_best_sampling()
2099 if (!spur) { in dib8096p_get_best_sampling()
2111 if (!spur) in dib8096p_get_best_sampling()
2555 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1; in dib7090p_get_best_sampling() local
2595 spur = 0; in dib7090p_get_best_sampling()
2599 spur = 1; in dib7090p_get_best_sampling()
2604 if (!spur) { in dib7090p_get_best_sampling()
2615 if (!spur) in dib7090p_get_best_sampling()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c23059 u16 num_samps, t, spur; in wlc_phy_gen_load_samples_nphy() local
23069 spur = read_phy_reg(pi, 0x01); in wlc_phy_gen_load_samples_nphy()
23070 spur = (spur >> 15) & 1; in wlc_phy_gen_load_samples_nphy()
23071 phy_bw = (spur == 1) ? 82 : 80; in wlc_phy_gen_load_samples_nphy()