Home
last modified time | relevance | path

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

1234

/openbsd/src/sys/dev/pci/
Dixgbe.c112 int32_t ixgbe_init_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_ops_generic()
198 bool ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) in ixgbe_device_supports_autoneg_fc()
272 int32_t ixgbe_setup_fc_generic(struct ixgbe_hw *hw) in ixgbe_setup_fc_generic()
431 int32_t ixgbe_start_hw_generic(struct ixgbe_hw *hw) in ixgbe_start_hw_generic()
497 int32_t ixgbe_start_hw_gen2(struct ixgbe_hw *hw) in ixgbe_start_hw_gen2()
536 int32_t ixgbe_init_hw_generic(struct ixgbe_hw *hw) in ixgbe_init_hw_generic()
563 int32_t ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) in ixgbe_clear_hw_cntrs_generic()
679 int32_t ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, uint8_t *mac_addr) in ixgbe_get_mac_addr_generic()
714 void ixgbe_set_pci_config_data_generic(struct ixgbe_hw *hw, in ixgbe_set_pci_config_data_generic()
765 int32_t ixgbe_get_bus_info_generic(struct ixgbe_hw *hw) in ixgbe_get_bus_info_generic()
[all …]
Dixgbe_x550.c137 int32_t ixgbe_init_ops_X550(struct ixgbe_hw *hw) in ixgbe_init_ops_X550()
185 int32_t ixgbe_read_cs4227(struct ixgbe_hw *hw, uint16_t reg, uint16_t *value) in ixgbe_read_cs4227()
198 int32_t ixgbe_write_cs4227(struct ixgbe_hw *hw, uint16_t reg, uint16_t value) in ixgbe_write_cs4227()
211 int32_t ixgbe_read_pe(struct ixgbe_hw *hw, uint8_t reg, uint8_t *value) in ixgbe_read_pe()
232 int32_t ixgbe_write_pe(struct ixgbe_hw *hw, uint8_t reg, uint8_t value) in ixgbe_write_pe()
252 int32_t ixgbe_reset_cs4227(struct ixgbe_hw *hw) in ixgbe_reset_cs4227()
325 void ixgbe_check_cs4227(struct ixgbe_hw *hw) in ixgbe_check_cs4227()
402 void ixgbe_setup_mux_ctl(struct ixgbe_hw *hw) in ixgbe_setup_mux_ctl()
421 int32_t ixgbe_identify_phy_x550em(struct ixgbe_hw *hw) in ixgbe_identify_phy_x550em()
476 int32_t ixgbe_fw_phy_activity(struct ixgbe_hw *hw, uint16_t activity, in ixgbe_fw_phy_activity()
[all …]
Digc_api.c19 igc_init_mac_params(struct igc_hw *hw) in igc_init_mac_params()
45 igc_init_nvm_params(struct igc_hw *hw) in igc_init_nvm_params()
71 igc_init_phy_params(struct igc_hw *hw) in igc_init_phy_params()
99 igc_set_mac_type(struct igc_hw *hw) in igc_set_mac_type()
146 igc_setup_init_funcs(struct igc_hw *hw, bool init_device) in igc_setup_init_funcs()
217 igc_update_mc_addr_list(struct igc_hw *hw, uint8_t *mc_addr_list, in igc_update_mc_addr_list()
234 igc_check_for_link(struct igc_hw *hw) in igc_check_for_link()
250 igc_reset_hw(struct igc_hw *hw) in igc_reset_hw()
266 igc_init_hw(struct igc_hw *hw) in igc_init_hw()
285 igc_get_speed_and_duplex(struct igc_hw *hw, uint16_t *speed, uint16_t *duplex) in igc_get_speed_and_duplex()
[all …]
Dif_em_hw.c211 em_set_phy_type(struct em_hw *hw) in em_set_phy_type()
296 em_phy_init_script(struct em_hw *hw) in em_phy_init_script()
392 em_set_mac_type(struct em_hw *hw) in em_set_mac_type()
741 STATIC int32_t em_set_sfp_media_type_82575(struct em_hw *hw) in em_set_sfp_media_type_82575()
809 em_set_media_type(struct em_hw *hw) in em_set_media_type()
926 em_reset_hw(struct em_hw *hw) in em_reset_hw()
1235 struct em_hw *hw = &sc->hw; in em_initialize_hardware_bits() local
1370 em_toggle_lanphypc_pch_lpt(struct em_hw *hw) in em_toggle_lanphypc_pch_lpt()
1423 em_disable_ulp_lpt_lp(struct em_hw *hw, bool force) in em_disable_ulp_lpt_lp()
1562 struct em_hw *hw = &sc->hw; in em_init_hw() local
[all …]
Dixgbe_phy.c60 static int32_t ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, uint8_t byte) in ixgbe_out_i2c_byte_ack()
77 static int32_t ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, uint8_t *byte) in ixgbe_in_i2c_byte_ack()
113 int32_t ixgbe_read_i2c_combined_generic_int(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_read_i2c_combined_generic_int()
191 int32_t ixgbe_read_i2c_combined_generic(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_read_i2c_combined_generic()
206 int32_t ixgbe_read_i2c_combined_generic_unlocked(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_read_i2c_combined_generic_unlocked()
223 int32_t ixgbe_write_i2c_combined_generic_int(struct ixgbe_hw *hw, uint8_t addr, in ixgbe_write_i2c_combined_generic_int()
287 int32_t ixgbe_write_i2c_combined_generic(struct ixgbe_hw *hw, in ixgbe_write_i2c_combined_generic()
303 ixgbe_write_i2c_combined_generic_unlocked(struct ixgbe_hw *hw, in ixgbe_write_i2c_combined_generic_unlocked()
315 int32_t ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_generic()
359 static bool ixgbe_probe_phy(struct ixgbe_hw *hw, uint16_t phy_addr) in ixgbe_probe_phy()
[all …]
Dixgb_ee.c72 ixgb_raise_clock(struct ixgb_hw *hw, uint32_t *eecd_reg) in ixgb_raise_clock()
89 ixgb_lower_clock(struct ixgb_hw *hw, uint32_t *eecd_reg) in ixgb_lower_clock()
107 ixgb_shift_out_bits(struct ixgb_hw *hw, uint16_t data, uint16_t count) in ixgb_shift_out_bits()
152 ixgb_shift_in_bits(struct ixgb_hw *hw) in ixgb_shift_in_bits()
194 ixgb_setup_eeprom(struct ixgb_hw *hw) in ixgb_setup_eeprom()
216 ixgb_standby_eeprom(struct ixgb_hw *hw) in ixgb_standby_eeprom()
250 ixgb_clock_eeprom(struct ixgb_hw *hw) in ixgb_clock_eeprom()
274 ixgb_cleanup_eeprom(struct ixgb_hw *hw) in ixgb_cleanup_eeprom()
300 ixgb_wait_eeprom_command(struct ixgb_hw *hw) in ixgb_wait_eeprom_command()
338 ixgb_validate_eeprom_checksum(struct ixgb_hw *hw) in ixgb_validate_eeprom_checksum()
[all …]
Dixgb_hw.c77 ixgb_mac_reset(struct ixgb_hw *hw) in ixgb_mac_reset()
128 ixgb_adapter_stop(struct ixgb_hw *hw) in ixgb_adapter_stop()
185 ixgb_identify_xpak_vendor(struct ixgb_hw *hw) in ixgb_identify_xpak_vendor()
225 ixgb_identify_phy(struct ixgb_hw *hw) in ixgb_identify_phy()
301 ixgb_init_hw(struct ixgb_hw *hw) in ixgb_init_hw()
385 ixgb_init_rx_addrs(struct ixgb_hw *hw) in ixgb_init_rx_addrs()
443 ixgb_mc_addr_list_update(struct ixgb_hw *hw, uint8_t *mc_addr_list, in ixgb_mc_addr_list_update()
517 ixgb_hash_mc_addr(struct ixgb_hw *hw, uint8_t *mc_addr) in ixgb_hash_mc_addr()
565 ixgb_mta_set(struct ixgb_hw *hw, uint32_t hash_value) in ixgb_mta_set()
593 ixgb_rar_set(struct ixgb_hw *hw, uint8_t *addr, uint32_t index) in ixgb_rar_set()
[all …]
Digc_phy.c17 igc_init_phy_ops_generic(struct igc_hw *hw) in igc_init_phy_ops_generic()
49 igc_null_set_page(struct igc_hw IGC_UNUSEDARG *hw, uint16_t IGC_UNUSEDARG data) in igc_null_set_page()
62 igc_null_read_reg(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_read_reg()
74 igc_null_phy_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_phy_generic()
86 igc_null_lplu_state(struct igc_hw IGC_UNUSEDARG *hw, bool IGC_UNUSEDARG active) in igc_null_lplu_state()
99 igc_null_write_reg(struct igc_hw IGC_UNUSEDARG *hw, in igc_null_write_reg()
115 igc_check_reset_block_generic(struct igc_hw *hw) in igc_check_reset_block_generic()
135 igc_get_phy_id(struct igc_hw *hw) in igc_get_phy_id()
172 igc_read_phy_reg_mdic(struct igc_hw *hw, uint32_t offset, uint16_t *data) in igc_read_phy_reg_mdic()
230 igc_write_phy_reg_mdic(struct igc_hw *hw, uint32_t offset, uint16_t data) in igc_write_phy_reg_mdic()
[all …]
Dixgbe_vf.c52 ixgbe_dummy_uint64_handler_vf(struct ixgbe_hw *hw) in ixgbe_dummy_uint64_handler_vf()
58 ixgbe_dummy_handler_vf(struct ixgbe_hw *hw) in ixgbe_dummy_handler_vf()
64 ixgbe_dummy_void_handler_vf(struct ixgbe_hw *hw) in ixgbe_dummy_void_handler_vf()
78 int32_t ixgbe_init_ops_vf(struct ixgbe_hw *hw) in ixgbe_init_ops_vf()
128 static void ixgbe_virt_clr_reg(struct ixgbe_hw *hw) in ixgbe_virt_clr_reg()
177 int32_t ixgbe_start_hw_vf(struct ixgbe_hw *hw) in ixgbe_start_hw_vf()
192 int32_t ixgbe_init_hw_vf(struct ixgbe_hw *hw) in ixgbe_init_hw_vf()
208 int32_t ixgbe_reset_hw_vf(struct ixgbe_hw *hw) in ixgbe_reset_hw_vf()
283 int32_t ixgbe_stop_adapter_vf(struct ixgbe_hw *hw) in ixgbe_stop_adapter_vf()
320 static int32_t ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, uint32_t *msg, in ixgbevf_write_msg_read_ack()
[all …]
Dixgbe_82599.c97 void ixgbe_init_mac_link_ops_82599(struct ixgbe_hw *hw) in ixgbe_init_mac_link_ops_82599()
151 int32_t ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_82599()
209 int32_t ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw) in ixgbe_setup_sfp_modules_82599()
286 int32_t prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, in prot_autoc_read_82599()
316 int32_t prot_autoc_write_82599(struct ixgbe_hw *hw, uint32_t autoc, bool locked) in prot_autoc_write_82599()
358 int32_t ixgbe_init_ops_82599(struct ixgbe_hw *hw) in ixgbe_init_ops_82599()
433 int32_t ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_82599()
542 enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw) in ixgbe_get_media_type_82599()
604 void ixgbe_stop_mac_link_on_d3_82599(struct ixgbe_hw *hw) in ixgbe_stop_mac_link_on_d3_82599()
629 int32_t ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, in ixgbe_start_mac_link_82599()
[all …]
Digc_mac.c17 igc_init_mac_ops_generic(struct igc_hw *hw) in igc_init_mac_ops_generic()
33 igc_null_ops_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_ops_generic()
49 igc_write_vfta_generic(struct igc_hw *hw, uint32_t offset, uint32_t value) in igc_write_vfta_generic()
67 igc_init_rx_addrs_generic(struct igc_hw *hw, uint16_t rar_count) in igc_init_rx_addrs_generic()
98 igc_check_alt_mac_addr_generic(struct igc_hw *hw) in igc_check_alt_mac_addr_generic()
162 igc_rar_set_generic(struct igc_hw *hw, uint8_t *addr, uint32_t index) in igc_rar_set_generic()
201 igc_hash_mc_addr_generic(struct igc_hw *hw, uint8_t *mc_addr) in igc_hash_mc_addr_generic()
273 igc_update_mc_addr_list_generic(struct igc_hw *hw, uint8_t *mc_addr_list, in igc_update_mc_addr_list_generic()
308 igc_clear_hw_cntrs_base_generic(struct igc_hw *hw) in igc_clear_hw_cntrs_base_generic()
364 igc_setup_link_generic(struct igc_hw *hw) in igc_setup_link_generic()
[all …]
Dixgbe_x540.c83 int32_t ixgbe_init_ops_X540(struct ixgbe_hw *hw) in ixgbe_init_ops_X540()
172 int32_t ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_X540()
187 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw) in ixgbe_get_media_type_X540()
198 int32_t ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, in ixgbe_setup_mac_link_X540()
214 int32_t ixgbe_reset_hw_X540(struct ixgbe_hw *hw) in ixgbe_reset_hw_X540()
294 int32_t ixgbe_start_hw_X540(struct ixgbe_hw *hw) in ixgbe_start_hw_X540()
316 uint64_t ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw) in ixgbe_get_supported_physical_layer_X540()
342 int32_t ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw) in ixgbe_init_eeprom_params_X540()
375 int32_t ixgbe_read_eerd_X540(struct ixgbe_hw *hw, uint16_t offset, uint16_t *data) in ixgbe_read_eerd_X540()
399 int32_t ixgbe_write_eewr_X540(struct ixgbe_hw *hw, uint16_t offset, uint16_t data) in ixgbe_write_eewr_X540()
[all …]
Digc_i225.c25 igc_init_nvm_params_i225(struct igc_hw *hw) in igc_init_nvm_params_i225()
81 igc_init_mac_params_i225(struct igc_hw *hw) in igc_init_mac_params_i225()
133 igc_init_phy_params_i225(struct igc_hw *hw) in igc_init_phy_params_i225()
179 igc_reset_hw_i225(struct igc_hw *hw) in igc_reset_hw_i225()
237 igc_acquire_nvm_i225(struct igc_hw *hw) in igc_acquire_nvm_i225()
255 igc_release_nvm_i225(struct igc_hw *hw) in igc_release_nvm_i225()
270 igc_acquire_swfw_sync_i225(struct igc_hw *hw, uint16_t mask) in igc_acquire_swfw_sync_i225()
321 igc_release_swfw_sync_i225(struct igc_hw *hw, uint16_t mask) in igc_release_swfw_sync_i225()
346 igc_setup_copper_link_i225(struct igc_hw *hw) in igc_setup_copper_link_i225()
373 igc_get_hw_semaphore_i225(struct igc_hw *hw) in igc_get_hw_semaphore_i225()
[all …]
Dixgbe_82598.c96 void ixgbe_set_pcie_completion_timeout(struct ixgbe_hw *hw) in ixgbe_set_pcie_completion_timeout()
135 int32_t ixgbe_init_ops_82598(struct ixgbe_hw *hw) in ixgbe_init_ops_82598()
199 int32_t ixgbe_init_phy_ops_82598(struct ixgbe_hw *hw) in ixgbe_init_phy_ops_82598()
262 int32_t ixgbe_start_hw_82598(struct ixgbe_hw *hw) in ixgbe_start_hw_82598()
304 int32_t ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw, in ixgbe_get_link_capabilities_82598()
363 enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw) in ixgbe_get_media_type_82598()
416 int32_t ixgbe_fc_enable_82598(struct ixgbe_hw *hw) in ixgbe_fc_enable_82598()
565 int32_t ixgbe_start_mac_link_82598(struct ixgbe_hw *hw, in ixgbe_start_mac_link_82598()
613 int32_t ixgbe_validate_link_ready(struct ixgbe_hw *hw) in ixgbe_validate_link_ready()
650 int32_t ixgbe_check_mac_link_82598(struct ixgbe_hw *hw, in ixgbe_check_mac_link_82598()
[all …]
Dif_ngbe.c237 struct ngbe_hw *hw = &sc->hw; in ngbe_attach() local
372 NGBE_READ_REG_MASK(struct ngbe_hw *hw, uint32_t reg, uint32_t mask) in NGBE_READ_REG_MASK()
383 NGBE_WRITE_REG_MASK(struct ngbe_hw *hw, uint32_t reg, uint32_t mask, in NGBE_WRITE_REG_MASK()
405 struct ngbe_hw *hw = &sc->hw; in ngbe_init() local
561 struct ngbe_hw *hw = &sc->hw; in ngbe_media_change() local
754 struct ngbe_hw *hw = &sc->hw; in ngbe_stop() local
831 struct ngbe_hw *hw = &sc->hw; in ngbe_update_link_status() local
1504 ngbe_addr_list_itr(struct ngbe_hw *hw, uint8_t **mc_addr_ptr, uint32_t *vmdq) in ngbe_addr_list_itr()
1518 struct ngbe_hw *hw = &sc->hw; in ngbe_iff() local
1571 struct ngbe_hw *hw = &sc->hw; in ngbe_initialize_receive_unit() local
[all …]
Dif_ice.c182 #define ICE_READ(hw, reg) \ argument
185 #define ICE_READ_8(hw, reg) \ argument
188 #define ICE_WRITE(hw, reg, val) \ argument
279 struct ice_hw hw; member
879 ice_calloc(struct ice_hw __unused *hw, size_t count, size_t size) in ice_calloc()
893 ice_malloc(struct ice_hw __unused *hw, size_t size) in ice_malloc()
909 ice_memdup(struct ice_hw __unused *hw, const void *src, size_t size) in ice_memdup()
928 ice_free(struct ice_hw __unused *hw, void *mem) in ice_free()
941 ice_set_ctrlq_len(struct ice_hw *hw) in ice_set_ctrlq_len()
956 ice_get_fw_mode(struct ice_hw *hw) in ice_get_fw_mode()
[all …]
Dif_em_osdep.h83 #define E1000_WRITE_FLUSH(hw) E1000_READ_REG(hw, STATUS) argument
86 #define E1000_READ_OFFSET(hw, offset) \ argument
92 #define E1000_WRITE_OFFSET(hw, offset, value) \ argument
98 #define E1000_REG_TR(hw, reg) \ argument
104 #define E1000_READ_REG(hw, reg) \ argument
109 #define E1000_WRITE_REG(hw, reg, value) \ argument
115 #define EM_READ_REG(hw, reg) \ argument
120 #define EM_WRITE_REG(hw, reg, value) \ argument
125 #define EM_READ_REG_ARRAY(hw, reg, index) \ argument
130 #define EM_WRITE_REG_ARRAY(hw, reg, index, value) \ argument
[all …]
Digc_nvm.c17 igc_init_nvm_ops_generic(struct igc_hw *hw) in igc_init_nvm_ops_generic()
41 igc_null_read_nvm(struct igc_hw IGC_UNUSEDARG *hw, uint16_t IGC_UNUSEDARG a, in igc_null_read_nvm()
53 igc_null_nvm_generic(struct igc_hw IGC_UNUSEDARG *hw) in igc_null_nvm_generic()
67 igc_reload_nvm_generic(struct igc_hw *hw) in igc_reload_nvm_generic()
88 igc_null_write_nvm(struct igc_hw IGC_UNUSEDARG *hw, uint16_t IGC_UNUSEDARG a, in igc_null_write_nvm()
104 igc_poll_eerd_eewr_done(struct igc_hw *hw, int ee_reg) in igc_poll_eerd_eewr_done()
136 igc_read_nvm_eerd(struct igc_hw *hw, uint16_t offset, uint16_t words, in igc_read_nvm_eerd()
181 igc_read_mac_addr_generic(struct igc_hw *hw) in igc_read_mac_addr_generic()
209 igc_validate_nvm_checksum_generic(struct igc_hw *hw) in igc_validate_nvm_checksum_generic()
Dif_ixv.c199 struct ixgbe_hw *hw; in ixv_attach() local
385 struct ixgbe_hw *hw = &sc->hw; in ixv_watchdog() local
432 struct ixgbe_hw *hw = &sc->hw; in ixv_init() local
536 struct ixgbe_hw *hw = &sc->hw; in ixv_enable_queue() local
547 struct ixgbe_hw *hw = &sc->hw; in ixv_disable_queue() local
590 struct ixgbe_hw *hw = &sc->hw; in ixv_msix_mbx() local
612 struct ixgbe_hw *hw = &sc->hw; in ixv_negotiate_api() local
638 struct ixgbe_hw *hw = &sc->hw; in ixv_iff() local
694 ixv_mc_array_itr(struct ixgbe_hw *hw, uint8_t **update_ptr, uint32_t *vmdq) in ixv_mc_array_itr()
715 struct ixgbe_hw *hw = &sc->hw; in ixv_stop() local
[all …]
Digc_base.c20 igc_acquire_phy_base(struct igc_hw *hw) in igc_acquire_phy_base()
39 igc_release_phy_base(struct igc_hw *hw) in igc_release_phy_base()
58 igc_init_hw_base(struct igc_hw *hw) in igc_init_hw_base()
100 igc_power_down_phy_copper_base(struct igc_hw *hw) in igc_power_down_phy_copper_base()
Dif_ix.c248 struct ixgbe_hw *hw = &sc->hw; in ixgbe_attach() local
402 struct ixgbe_hw *hw = &sc->hw; in ixgbe_activate() local
593 struct ixgbe_hw *hw = &sc->hw; in ixgbe_get_sffpage() local
673 struct ixgbe_hw *hw = &sc->hw; in ixgbe_watchdog() local
911 struct ixgbe_hw *hw = &sc->hw; in ixgbe_config_gpie() local
967 struct ixgbe_hw *hw = &sc->hw; in ixgbe_config_delay_values() local
1123 struct ixgbe_hw *hw = &sc->hw; in ixgbe_intr() local
1358 struct ixgbe_hw *hw = &sc->hw; in ixgbe_media_change() local
1561 ixgbe_mc_array_itr(struct ixgbe_hw *hw, uint8_t **update_ptr, uint32_t *vmdq) in ixgbe_mc_array_itr()
1973 struct ixgbe_hw *hw = &sc->hw; in ixgbe_add_media_types() local
[all …]
Dif_em_soc.c49 gcu_miibus_readreg(struct em_hw *hw, int phy, int reg) in gcu_miibus_readreg()
97 gcu_miibus_writereg(struct em_hw *hw, int phy, int reg, int val) in gcu_miibus_writereg()
/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_params.c493 struct dwc2_hw_params *hw = &hsotg->hw_params; in dwc2_set_default_params() local
789 struct dwc2_hw_params *hw = &hsotg->hw_params; in dwc2_check_params() local
861 struct dwc2_hw_params *hw = &hsotg->hw_params; in dwc2_get_host_hwparams() local
886 struct dwc2_hw_params *hw = &hsotg->hw_params; in dwc2_get_dev_hwparams() local
918 struct dwc2_hw_params *hw = &hsotg->hw_params; in dwc2_get_hwparams() local
/openbsd/src/lib/libc/string/
Dstrstr.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local
41 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local
50 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local
Dmemmem.c32 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local
42 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_memmem() local
52 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_memmem() local

1234