Searched refs:samp (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/sound/ |
H A D | wavefront.h | 428 #define WF_SET_CHANNEL(samp,chn) \ 429 (samp)->Unused1 = chn & 0x1; \ 430 (samp)->Unused2 = chn & 0x2; \ 431 (samp)->Unused3 = chn & 0x4 433 #define WF_GET_CHANNEL(samp) \ 434 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | phy_ht.c | 430 u16 samp; b43_phy_ht_tx_tone() local 432 samp = b43_phy_ht_load_samples(dev); b43_phy_ht_tx_tone() 433 b43_phy_ht_run_samples(dev, samp, 0xFFFF, 0); b43_phy_ht_tx_tone()
|
H A D | phy_n.c | 3488 u16 samp = b43_nphy_gen_load_samples(dev, freq, max_val, dac_test); b43_nphy_tx_tone() local 3489 if (samp == 0) b43_nphy_tx_tone() 3491 b43_nphy_run_samples(dev, samp, 0xFFFF, 0, iqmode, dac_test, b43_nphy_tx_tone()
|
/linux-4.4.14/drivers/iio/light/ |
H A D | ltr501.c | 1414 dev_err(&client->dev, "ALS samp rate field init failed.\n"); ltr501_probe() 1421 dev_err(&client->dev, "PS samp rate field init failed.\n"); ltr501_probe()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 21980 u8 ctr = 0, samp = 0; wlc_phy_poll_rssi_nphy() local 22010 for (samp = 0; samp < nsamps; samp++) { wlc_phy_poll_rssi_nphy()
|
Completed in 436 milliseconds