Home
last modified time | relevance | path

Searched refs:gem (Results 1 – 25 of 87) sorted by relevance

1234

/external/u-boot/drivers/net/pfe_eth/
Dpfe_eth.c86 struct gemac_s *gem = priv->gem; in pfe_eth_write_hwaddr() local
91 gem->gemac_base + EMAC_PHY_ADDR_LOW); in pfe_eth_write_hwaddr()
92 writel((mac[4] << 24) + (mac[5] << 16) + 0x8808, gem->gemac_base + in pfe_eth_write_hwaddr()
107 pfe_gemac_disable(priv->gem->gemac_base); in pfe_eth_stop()
109 gpi_disable(priv->gem->egpi_base); in pfe_eth_stop()
115 struct gemac_s *gem = priv->gem; in pfe_eth_start() local
121 writel(EMAC_TFWR, gem->gemac_base + EMAC_TFWR_STR_FWD); in pfe_eth_start()
122 writel(EMAC_RX_SECTION_FULL_32, gem->gemac_base + EMAC_RX_SECTIOM_FULL); in pfe_eth_start()
123 writel(EMAC_TRUNC_FL_16K, gem->gemac_base + EMAC_TRUNC_FL); in pfe_eth_start()
124 writel(EMAC_TX_SECTION_EMPTY_30, gem->gemac_base in pfe_eth_start()
[all …]
Dpfe_mdio.c160 struct gemac_s *gem = priv->gem; in pfe_configure_serdes() local
162 if (gem->phy_mode == PHY_INTERFACE_MODE_SGMII_2500) in pfe_configure_serdes()
214 struct gemac_s *gem = priv->gem; in pfe_phy_configure() local
217 if (!gem->bus) in pfe_phy_configure()
221 if (gem->phy_mode == PHY_INTERFACE_MODE_SGMII || in pfe_phy_configure()
222 gem->phy_mode == PHY_INTERFACE_MODE_SGMII_2500) { in pfe_phy_configure()
234 phydev = phy_connect(gem->bus, phy_id, dev, gem->phy_mode); in pfe_phy_configure()
/external/protobuf/ruby/
DREADME.md14 [RubyGems](https://www.rubygems.org/). To use this pre-packaged gem, simply
15 install it as you would any other gem:
17 $ gem install [--prerelease] google-protobuf
20 of the Ruby extension; it allows `gem` to consider these "pre-release"
23 Once the gem is installed, you may or may not need `protoc`. If you write your
75 $ gem install bundler
81 $ rake clobber_package gem
82 $ gem install `ls pkg/google-protobuf-*.gem`
88 This gem includes the upb parsing and serialization library as a single-file
97 re-uploads of a gem with the same version number, so we add a sequence number
[all …]
DRakefile30 # will be there, thanks to the :genproto rule dependency for gem:native.
65 task 'gem:windows' do
67 …RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.…
71 task 'gem:native' do
73 system "rake cross native gem RUBY_CC_VERSION=2.3.0:2.2.2:2.1.5:2.0.0"
76 task 'gem:native' => [:genproto, 'gem:windows']
/external/libxcam/xcore/
Ddrm_v4l2_buffer.cpp31 struct drm_mode_destroy_dumb gem; in ~DrmV4l2Buffer() local
32 xcam_mem_clear (gem); in ~DrmV4l2Buffer()
33 gem.handle = _gem_handle; in ~DrmV4l2Buffer()
34 xcam_device_ioctl (handle, DRM_IOCTL_MODE_DESTROY_DUMB, &gem); in ~DrmV4l2Buffer()
Ddrm_display.cpp332 struct drm_mode_create_dumb gem; in create_drm_buf() local
337 xcam_mem_clear (gem); in create_drm_buf()
341 gem.width = format.fmt.pix.bytesperline; in create_drm_buf()
342 gem.height = format.fmt.pix.height; in create_drm_buf()
343 gem.bpp = 8; in create_drm_buf()
344 ret = xcam_device_ioctl (_fd, DRM_IOCTL_MODE_CREATE_DUMB, &gem); in create_drm_buf()
347 prime.handle = gem.handle; in create_drm_buf()
358 …v4l2_buf.length = XCAM_MAX (format.fmt.pix.sizeimage, gem.size); // todo check gem.size and format… in create_drm_buf()
359 XCAM_LOG_DEBUG ("create drm buffer size:%lld", gem.size); in create_drm_buf()
360 return new DrmV4l2Buffer (gem.handle, v4l2_buf, format, _instance); in create_drm_buf()
/external/grpc-grpc/tools/run_tests/artifacts/
Dbuild_artifact_ruby.sh39 gem install bundler --update
46 rake gem:native
51 rm $(ls pkg/*.gem | grep -v darwin)
56 cp pkg/*.gem "${ARTIFACTS_OUT}"/
Dbuild_package_ruby.sh60 gem build grpc-tools.gemspec
61 cp ./grpc-tools*.gem "$base/artifacts/"
/external/grpc-grpc/test/distrib/ruby/
Drun_distrib_test.sh25 cp "$EXTERNAL_GIT_ROOT"/input_artifacts/grpc-*"$ARCH-$PLATFORM".gem "${GEM_SOURCE}/gems"
32 gem install builder
33 gem generate_index --directory "${GEM_SOURCE}"
DGemfile6 # TODO(jtattermusch): don't hardcode the absolute path the local gem source
8 gem 'grpc'
/external/grpc-grpc/src/ruby/
DREADME.md1 [![Gem](https://img.shields.io/gem/v/grpc.svg)](https://rubygems.org/gems/grpc/)
18 gem install grpc
44 $ gem install bundler
47 - Finally, build and install the gRPC gem locally.
56 - rubydoc for the gRPC gem is available online at [rubydoc][].
/external/grpc-grpc/
DRakefile108 …docker_for_windows "gem update --system --no-ri --no-doc && #{env} #{env_comp} make -j #{out} && #…
113 desc 'Build the native gem file under rake_compiler_dock'
114 task 'gem:native' do
123 fail "rake gem:native (the rake task to build the binary packages) is being " \
127 …system "rake cross native gem RUBY_CC_VERSION=2.5.0:2.4.0:2.3.0:2.2.2:2.1.6:2.0.0 V=#{verbose} GRP…
130 …docker_for_windows "gem update --system --no-ri --no-doc && bundle && rake cross native gem RUBY_C…
DGemfile3 # Specify your gem's dependencies in grpc.gemspec
/external/grpc-grpc/examples/ruby/pubsub/
DGemfile3 gem 'grpc', '~> 1.0'
4 gem 'googleauth', '>= 0.5.1', '< 0.7'
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc60 gem install bundler --no-ri --no-doc
61 gem install cocoapods --version 1.3.1 --no-ri --no-doc
62 gem install rake-compiler --no-ri --no-doc
Dprepare_build_linux_perf_multilang_rc32 gem list bundler
33 gem install bundler --no-ri --no-rdoc
/external/grpc-grpc/tools/interop_matrix/patches/ruby_v1.0.1/
Dgit_repo.patch15 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
19 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
34 (cd src/ruby && gem update bundler && bundle && rake compile)
/external/grpc-grpc/templates/tools/dockerfile/
Druby_deps.include11 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
14 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
/external/autotest/client/site_tests/graphics_KernelMemory/
Dcontrol11 - Unable to read gem objects sysfs field.
25 Verifies kernel gem objects and memory info values can be read from sysfs.
/external/grpc-grpc/tools/dockerfile/distribtest/ruby_jessie_x64_ruby_2_0_0/
DDockerfile32 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
35 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile77 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
80 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
/external/grpc-grpc/tools/dockerfile/grpc_artifact_linux_x86/
DDockerfile65 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
68 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
/external/u-boot/arch/arm/dts/
Dzynq-7000.dtsi217 compatible = "cdns,zynq-gem", "cdns,gem";
228 compatible = "cdns,zynq-gem", "cdns,gem";
/external/grpc-grpc/tools/dockerfile/test/ruby_jessie_x64/
DDockerfile81 RUN /bin/bash -l -c "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
84 RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"
/external/grpc-grpc/third_party/rake-compiler-dock/
DREADME.md1 …](https://github.com/rake-compiler/rake-compiler-dock) for the purpose of building gRPC's ruby gem.

1234