/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-aspeed.c | 130 u8 tap, bool enable, u32 reg) in aspeed_sdc_set_phase_tap() argument 134 reg |= tap << __ffs(desc->tap_mask); in aspeed_sdc_set_phase_tap() 168 unsigned int tap; in aspeed_sdhci_phase_to_tap() local 187 tap = div_u64(phase_period_ps, prop_delay_ps); in aspeed_sdhci_phase_to_tap() 188 if (tap > ASPEED_SDHCI_NR_TAPS) { in aspeed_sdhci_phase_to_tap() 191 tap, phase_deg, rate_hz, ASPEED_SDHCI_NR_TAPS); in aspeed_sdhci_phase_to_tap() 192 tap = ASPEED_SDHCI_NR_TAPS; in aspeed_sdhci_phase_to_tap() 195 return inverted | tap; in aspeed_sdhci_phase_to_tap()
|
/openbmc/qemu/tests/bench/ |
H A D | meson.build | 36 args: ['--tap', '-k'], 37 protocol: 'tap',
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | amd-xgbe.txt | 49 - amd,serdes-dfe-tap-config: DFE taps available to run 50 - amd,serdes-dfe-tap-enable: DFE taps to enable 74 amd,serdes-dfe-tap-config = <3>, <3>, <1>; 75 amd,serdes-dfe-tap-enable = <0>, <0>, <127>;
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-ifup | 44 OE_TAP_NAME=tap 54 ip tuntap add "$OE_TAP_NAME$tap_no" mode tap group "$GROUP" && TAP=$OE_TAP_NAME$tap_no
|
H A D | runqemu | 1175 tap = "" 1183 tap = p 1184 logger.info("Using preconfigured tap device %s" % tap) 1188 if not tap: 1203 lockfile = os.path.join(lockdir, tap) 1207 logger.debug('Created tap: %s' % tap) 1209 if not tap: 1212 self.tap = tap 1213 tapnum = int(tap[len(oe_tap_name):]) 1227 qemu_tap_opt = qb_tap_opt.replace('@TAP@', tap) [all …]
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-ifup | 44 OE_TAP_NAME=tap 54 ip tuntap add "$OE_TAP_NAME$tap_no" mode tap group "$GROUP" && TAP=$OE_TAP_NAME$tap_no
|
H A D | runqemu | 1175 tap = "" 1183 tap = p 1184 logger.info("Using preconfigured tap device %s" % tap) 1188 if not tap: 1203 lockfile = os.path.join(lockdir, tap) 1207 logger.debug('Created tap: %s' % tap) 1209 if not tap: 1212 self.tap = tap 1213 tapnum = int(tap[len(oe_tap_name):]) 1227 qemu_tap_opt = qb_tap_opt.replace('@TAP@', tap) [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tap.c | 363 FIXTURE(tap) in FIXTURE() argument 368 FIXTURE_SETUP(tap) in FIXTURE_SETUP() argument 383 FIXTURE_TEARDOWN(tap) in FIXTURE_TEARDOWN() argument 397 TEST_F(tap, test_packet_valid_udp_gso) in TEST_F() argument 409 TEST_F(tap, test_packet_valid_udp_csum) in TEST_F() argument 421 TEST_F(tap, test_packet_crash_tap_invalid_eth_proto) in TEST_F() argument
|
H A D | .gitignore | 41 tap
|
/openbmc/webui-vue/ |
H A D | vue.config.js | 28 .tap((options) => { 47 config.plugin('html').tap((options) => {
|
/openbmc/qemu/docs/devel/ |
H A D | ebpf_rss.rst | 32 eBPF RSS turned on by different combinations of vhost-net, vitrio-net and tap configurations: 36 tap,vhost=off & virtio-net-pci,rss=on,hash=off 40 tap,vhost=on & virtio-net-pci,rss=on,hash=off 44 tap,vhost=off & virtio-net-pci,rss=on,hash=on 48 tap,vhost=on & virtio-net-pci,rss=on,hash=on
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | nvidia,tegra210-quad.yaml | 95 nvidia,tx-clk-tap-delay = <0>; 96 nvidia,rx-clk-tap-delay = <0>;
|
H A D | nvidia,tegra114-spi.yaml | 97 nvidia,rx-clk-tap-delay = <0>; 98 nvidia,tx-clk-tap-delay = <16>;
|
/openbmc/linux/sound/soc/meson/ |
H A D | axg-pdm.c | 64 const unsigned int *tap; member 368 regmap_write(priv->map, PDM_COEFF_DATA, lpf[i].tap[j]); in axg_pdm_set_lpf_filters() 555 .tap = lpf1_default_tap, 561 .tap = lpf2_default_tap, 567 .tap = lpf3_default_tap,
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | .gitignore | 5 *.tap
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | run-hid-tools-tests.sh | 28 python3 -u -m pytest $PYTEST_XDIST ./tests/$TARGET --tap-stream --udevd
|
/openbmc/u-boot/arch/arm/include/asm/arch-spear/ |
H A D | spr_emi.h | 13 u32 tap; member
|
/openbmc/qemu/docs/ |
H A D | colo-proxy.txt | 65 | tap | rx:receiv… 165 -netdev tap,id=hn0,vhost=off 180 -netdev tap,id=hn0,vhost=off 191 -netdev tap,id=hn0,vhost=off,script=/etc/qemu-ifup,downscript=/etc/qemu-ifdown 205 -netdev tap,id=hn0,vhost=off
|
/openbmc/qemu/net/ |
H A D | tap-win32.c | 751 const NetdevTapOptions *tap; in net_init_tap() local 754 tap = &netdev->u.tap; in net_init_tap() 756 if (!tap->ifname) { in net_init_tap() 761 if (tap_win32_init(peer, "tap", name, tap->ifname) == -1) { in net_init_tap()
|
H A D | tap-stub.c | 36 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) in tap_set_sndbuf() argument
|
H A D | tap_int.h | 36 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp);
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
H A D | clutter-1.0_1.26.4.bb | 8 file://run-installed-tests-with-tap-output.patch \
|
/openbmc/qemu/docs/system/riscv/ |
H A D | microchip-icicle-kit.rst | 92 -nic tap,ifname=tap,model=cadence_gem,script=no \ 134 -nic tap,ifname=tap,model=cadence_gem,script=no \
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/ |
H A D | thunar-archive-plugin_0.5.2.bb | 10 # install tap files in ${libdir}/thunar-archive-plugin
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 24 self.tap = '' 160 self.tap += more_tap_output
|