Home
last modified time | relevance | path

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

/linux/tools/testing/ktest/
H 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/
H A Dwavefront.h364 #define WF_SET_CHANNEL(samp,chn) \ argument
365 (samp)->Unused1 = chn & 0x1; \
366 (samp)->Unused2 = chn & 0x2; \
367 (samp)->Unused3 = chn & 0x4
369 #define WF_GET_CHANNEL(samp) \ argument
370 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
/linux/drivers/net/wireless/broadcom/b43/
H 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()
H A Dphy_n.c3473 u16 samp = b43_nphy_gen_load_samples(dev, freq, max_val, dac_test); in b43_nphy_tx_tone() local
3474 if (samp == 0) in b43_nphy_tx_tone()
3476 b43_nphy_run_samples(dev, samp, 0xFFFF, 0, iqmode, dac_test, in b43_nphy_tx_tone()