Searched refs:samp (Results 1 – 9 of 9) sorted by relevance
/openbmc/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";
|
/openbmc/linux/include/sound/ |
H A D | wavefront.h | 415 #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)
|
/openbmc/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()
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | foundation.scss | 142 samp {
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 21878 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
H A D | support-jpeg-turbo.patch | 1152 + /* we're going to force samp factors to 1x1 in this case */
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap.min.css | 5 …samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;… selector
|
H A D | bootstrap.css | 107 samp { selector 1534 samp { selector
|