Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 25 of 59) sorted by relevance

123

/external/u-boot/drivers/net/
De1000.c163 void e1000_raise_ee_clk(struct e1000_hw *hw, uint32_t * eecd) in e1000_raise_ee_clk()
180 void e1000_lower_ee_clk(struct e1000_hw *hw, uint32_t * eecd) in e1000_lower_ee_clk()
199 e1000_shift_out_ee_bits(struct e1000_hw *hw, uint16_t data, uint16_t count) in e1000_shift_out_ee_bits()
245 e1000_shift_in_ee_bits(struct e1000_hw *hw, uint16_t count) in e1000_shift_in_ee_bits()
284 void e1000_standby_eeprom(struct e1000_hw *hw) in e1000_standby_eeprom()
332 static bool e1000_is_onboard_nvm_eeprom(struct e1000_hw *hw) in e1000_is_onboard_nvm_eeprom()
362 int32_t e1000_acquire_eeprom(struct e1000_hw *hw) in e1000_acquire_eeprom()
421 static int32_t e1000_init_eeprom_params(struct e1000_hw *hw) in e1000_init_eeprom_params()
602 e1000_poll_eerd_eewr_done(struct e1000_hw *hw, int eerd) in e1000_poll_eerd_eewr_done()
640 e1000_read_eeprom_eerd(struct e1000_hw *hw, in e1000_read_eeprom_eerd()
[all …]
De1000_spi.c21 static int e1000_spi_xfer(struct e1000_hw *hw, unsigned int bitlen, in e1000_spi_xfer()
87 struct e1000_hw *hw = e1000_find_card(bus); in spi_setup_slave() local
116 __maybe_unused struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_free_slave() local
122 struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_claim_bus() local
134 struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_release_bus() local
142 struct e1000_hw *hw = e1000_hw_from_spi(spi); in spi_xfer() local
172 static int e1000_spi_eeprom_enable_wr(struct e1000_hw *hw, bool intr) in e1000_spi_eeprom_enable_wr()
183 static __maybe_unused int e1000_spi_eeprom_disable_wr(struct e1000_hw *hw, in e1000_spi_eeprom_disable_wr()
191 static __maybe_unused int e1000_spi_eeprom_write_status(struct e1000_hw *hw, in e1000_spi_eeprom_write_status()
199 static int e1000_spi_eeprom_read_status(struct e1000_hw *hw, bool intr) in e1000_spi_eeprom_read_status()
[all …]
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator_wrapper.cpp49 uint32_t v3d_hw_get_mem(const struct v3d_hw *hw, size_t *size, void **p) in v3d_hw_get_mem()
54 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size) in v3d_hw_alloc_mem()
59 bool v3d_hw_has_gca(struct v3d_hw *hw) in v3d_hw_has_gca()
64 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) in v3d_hw_read_reg()
69 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg()
74 void v3d_hw_tick(struct v3d_hw *hw) in v3d_hw_tick()
79 int v3d_hw_get_version(struct v3d_hw *hw) in v3d_hw_get_version()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c93 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_src() local
166 uint32_t *hw = &fp->insn[fpc->inst_offset]; in emit_dst() local
195 uint32_t *hw; in nvfx_fp_emit() local
245 uint32_t *hw; in nv40_fp_if() local
272 uint32_t *hw; in nv40_fp_cal() local
291 uint32_t *hw; in nv40_fp_ret() local
308 uint32_t *hw; in nv40_fp_rep() local
362 uint32_t *hw; in nv40_fp_brk() local
771 uint32_t *hw; in nvfx_fragprog_parse_instruction() local
782 uint32_t *hw; in nvfx_fragprog_parse_instruction() local
[all …]
Dnv30_format.h9 unsigned hw; member
13 unsigned hw; member
Dnvfx_vertprog.c120 emit_src(struct nvfx_vpc *vpc, uint32_t *hw, in emit_src()
204 emit_dst(struct nvfx_vpc *vpc, uint32_t *hw, in emit_dst()
299 uint32_t *hw; in nvfx_vp_emit() local
804 int hw = 0, i; in nvfx_vertprog_parse_decl_output() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_context.c52 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_context_engine() local
80 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_hwctx_init() local
146 struct nouveau_hw_state *hw; in nv04_context_create() local
Dnv04_surface.c204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_swizzle() local
285 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_copy_m2mf() local
433 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_fill() local
466 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_takedown() local
482 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv04_surface_init() local
Dnv20_context.c100 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw; in nv20_hwctx_init() local
/external/libese/tools/ese_replay/
Dhw.c49 void release_hardware(const struct Hardware *hw) { in release_hardware()
56 bool initialize_hardware(struct EseInterface *ese, const struct Hardware *hw) { in initialize_hardware()
Dmain.c77 const struct Hardware *hw = &kSupportedHardware.hw[hw_id]; in main() local
Dhw.h34 const struct Hardware hw[]; member
/external/u-boot/drivers/phy/
Dbcm6368-usbh-phy.c42 const struct bcm6368_usbh_hw *hw; member
49 const struct bcm6368_usbh_hw *hw = priv->hw; in bcm6368_usbh_init() local
112 const struct bcm6368_usbh_hw *hw = in bcm6368_usbh_probe() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue144/
DHelloWorld.java3 static String hw="Hello world"; field in HelloWorld
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_framebuffer.c58 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu9() local
143 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_reemit_framebuffer_bindings_vgpu9() local
192 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in emit_fb_vgpu10() local
338 struct svga_hw_clear_state *hw = &svga->state.hw_clear; in svga_rebind_framebuffer_bindings() local
/external/u-boot/drivers/ram/
Dbmips_ram.c46 const struct bmips_ram_hw *hw; member
104 const struct bmips_ram_hw *hw = priv->hw; in bmips_ram_get_info() local
151 const struct bmips_ram_hw *hw = in bmips_ram_probe() local
/external/webrtc/talk/media/webrtc/
Dwebrtcvoe.h100 webrtc::VoEHardware* hw, in VoEWrapper()
118 webrtc::VoEHardware* hw() const { return hw_.get(); } in hw() function
/external/tensorflow/tensorflow/core/kernels/
Dsummary_image_op.cc78 const int hw = h * w; // Compact these two dims for simplicity in Compute() local
114 int w, int hw, int depth, int batch_size, in NormalizeAndAddImages()
180 static void NormalizeFloatImage(int hw, int depth, in NormalizeFloatImage()
/external/u-boot/board/phytec/phycore_rk3288/
Dphycore-rk3288.c20 int hw = 0; in valid_rk3288_som() local
/external/u-boot/drivers/cpu/
Dbmips_cpu.c79 const struct bmips_cpu_hw *hw; member
353 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_desc() local
361 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_info() local
374 const struct bmips_cpu_hw *hw = priv->hw; in bmips_cpu_get_count() local
407 const struct bmips_cpu_hw *hw = in bmips_cpu_probe() local
/external/tensorflow/tensorflow/core/summary/
Dsummary_converter.cc108 void NormalizeFloatImage(int hw, int depth, in NormalizeFloatImage()
180 int hw, int depth, int batch_size, in NormalizeAndAddImages()
256 const int hw = h * w; // Compact these two dims for simplicity in AddTensorAsImageToSummary() local
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c485 static int _ieee80211ac_cap_check(u32 hw, u32 conf, u32 cap, in _ieee80211ac_cap_check()
505 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, in ieee80211ac_cap_check_max()
522 int ieee80211ac_cap_check(u32 hw, u32 conf) in ieee80211ac_cap_check()
/external/libnl/lib/netfilter/
Dlog_msg.c127 struct nfulnl_msg_packet_hw *hw = nla_data(attr); in nfnlmsg_log_msg_parse() local
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_text.py9 hw = 'hello\nworld' # usual initial insert after initialization variable in TextTest
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_text.py12 hw = 'hello\nworld' # Several tests insert this after initialization. variable in TextTest

123