Home
last modified time | relevance | path

Searched refs:samp (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/ktest/
A Dcompare-ktest-sample.pl18 $samp{$1} = 1;
24 if (!defined($samp{$opt})) {
29 foreach $samp (keys %samp) {
30 if (!defined($opt{$samp})) {
31 print "samp = $samp\n";
/linux/include/sound/
A Dwavefront.h415 #define WF_SET_CHANNEL(samp,chn) \ argument
416 (samp)->Unused1 = chn & 0x1; \
417 (samp)->Unused2 = chn & 0x2; \
418 (samp)->Unused3 = chn & 0x4
420 #define WF_GET_CHANNEL(samp) \ argument
421 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
/linux/drivers/net/wireless/broadcom/b43/
A Dphy_ht.c417 u16 samp; in b43_phy_ht_tx_tone() local
419 samp = b43_phy_ht_load_samples(dev); in b43_phy_ht_tx_tone()
420 b43_phy_ht_run_samples(dev, samp, 0xFFFF, 0); in b43_phy_ht_tx_tone()
A Dphy_n.c3477 u16 samp = b43_nphy_gen_load_samples(dev, freq, max_val, dac_test); in b43_nphy_tx_tone() local
3478 if (samp == 0) in b43_nphy_tx_tone()
3480 b43_nphy_run_samples(dev, samp, 0xFFFF, 0, iqmode, dac_test, in b43_nphy_tx_tone()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
A Dphy_n.c21878 u8 ctr = 0, samp = 0; in wlc_phy_poll_rssi_nphy() local
21908 for (samp = 0; samp < nsamps; samp++) { in wlc_phy_poll_rssi_nphy()

Completed in 49 milliseconds