Home
last modified time | relevance | path

Searched refs:tap (Results 26 – 50 of 154) sorted by relevance

1234567

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-aspeed.c130 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 Dmeson.build36 args: ['--tap', '-k'],
37 protocol: 'tap',
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Damd-xgbe.txt49 - 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 Drunqemu-ifup44 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 Drunqemu1175 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 Drunqemu-ifup44 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 Drunqemu1175 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 Dtap.c363 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.gitignore41 tap
/openbmc/webui-vue/
H A Dvue.config.js28 .tap((options) => {
47 config.plugin('html').tap((options) => {
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst32 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 Dnvidia,tegra210-quad.yaml95 nvidia,tx-clk-tap-delay = <0>;
96 nvidia,rx-clk-tap-delay = <0>;
H A Dnvidia,tegra114-spi.yaml97 nvidia,rx-clk-tap-delay = <0>;
98 nvidia,tx-clk-tap-delay = <16>;
/openbmc/linux/sound/soc/meson/
H A Daxg-pdm.c64 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.gitignore5 *.tap
/openbmc/linux/tools/testing/selftests/hid/
H A Drun-hid-tools-tests.sh28 python3 -u -m pytest $PYTEST_XDIST ./tests/$TARGET --tap-stream --udevd
/openbmc/u-boot/arch/arm/include/asm/arch-spear/
H A Dspr_emi.h13 u32 tap; member
/openbmc/qemu/docs/
H A Dcolo-proxy.txt65 | 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 Dtap-win32.c751 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 Dtap-stub.c36 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp) in tap_set_sndbuf() argument
H A Dtap_int.h36 void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp);
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/
H A Dclutter-1.0_1.26.4.bb8 file://run-installed-tests-with-tap-output.patch \
/openbmc/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst92 -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 Dthunar-archive-plugin_0.5.2.bb10 # install tap files in ${libdir}/thunar-archive-plugin
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py24 self.tap = ''
160 self.tap += more_tap_output

1234567