Home
last modified time | relevance | path

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

/linux-2.6.39/tools/testing/ktest/
Dcompare-ktest-sample.pl15 $samp{$1} = 1;
21 if (!defined($samp{$opt})) {
26 foreach $samp (keys %samp) {
27 if (!defined($opt{$samp})) {
28 print "samp = $samp\n";
/linux-2.6.39/include/sound/
Dwavefront.h428 #define WF_SET_CHANNEL(samp,chn) \ argument
429 (samp)->Unused1 = chn & 0x1; \
430 (samp)->Unused2 = chn & 0x2; \
431 (samp)->Unused3 = chn & 0x4
433 #define WF_GET_CHANNEL(samp) \ argument
434 (((samp)->Unused3 << 2)|((samp)->Unused2<<1)|(samp)->Unused1)
/linux-2.6.39/drivers/staging/comedi/drivers/
Ddmm32at.c816 unsigned int samp; in dmm32at_isr() local
838 samp = ((msb ^ 0x0080) << 8) + lsb; in dmm32at_isr()
839 comedi_buf_put(s->async, samp); in dmm32at_isr()
/linux-2.6.39/drivers/net/wireless/b43/
Dphy_n.c1690 u16 samp = b43_nphy_gen_load_samples(dev, freq, max_val, dac_test); in b43_nphy_tx_tone() local
1691 if (samp == 0) in b43_nphy_tx_tone()
1693 b43_nphy_run_samples(dev, samp, 0xFFFF, 0, iqmode, dac_test); in b43_nphy_tx_tone()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c20831 u8 ctr = 0, samp = 0; in wlc_phy_poll_rssi_nphy() local
20863 for (samp = 0; samp < nsamps; samp++) { in wlc_phy_poll_rssi_nphy()