Searched refs:samp (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/ktest/ |
H A D | compare-ktest-sample.pl | 18 $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 D | wavefront.h | 364 #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 D | phy_ht.c | 417 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 D | phy_n.c | 3473 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()
|