Home
last modified time | relevance | path

Searched refs:byte_offset (Results 1 – 25 of 29) sorted by relevance

12

/dflybsd-src/sys/dev/netif/ix/
H A Dixgbe_phy.h202 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
204 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
206 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
208 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
210 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
212 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_api.c1465 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() argument
1468 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
1481 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() argument
1485 (hw, byte_offset, dev_addr, data), in ixgbe_read_i2c_byte_unlocked()
1529 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() argument
1532 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
1546 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() argument
1550 (hw, byte_offset, dev_addr, data), in ixgbe_write_i2c_byte_unlocked()
1593 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() argument
1596 (hw, byte_offset, eeprom_data), in ixgbe_write_i2c_eeprom()
[all …]
H A Dixgbe_api.h143 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
176 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
178 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
182 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
185 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
189 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
H A Dixgbe_phy.c50 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
1931 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() argument
1936 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_eeprom_generic()
1949 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() argument
1952 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_sff8472_generic()
1965 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() argument
1970 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
2001 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int() argument
2015 if (ixgbe_is_sfp_probe(hw, byte_offset, dev_addr)) in ixgbe_read_i2c_byte_generic_int()
2033 status = ixgbe_clock_out_i2c_byte(hw, byte_offset); in ixgbe_read_i2c_byte_generic_int()
[all …]
H A Dixgbe_82598.c68 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
1127 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() argument
1152 sfp_addr = (dev_addr << 8) + byte_offset; in ixgbe_read_i2c_phy_82598()
1199 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() argument
1203 byte_offset, eeprom_data); in ixgbe_read_i2c_eeprom_82598()
1214 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598() argument
1218 byte_offset, sff8472_data); in ixgbe_read_i2c_sff8472_82598()
H A Dixgbe_82598.h47 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_82599.c56 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
58 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset,
2534 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599() argument
2567 status = ixgbe_read_i2c_byte_generic(hw, byte_offset, dev_addr, data); in ixgbe_read_i2c_byte_82599()
2592 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599() argument
2625 status = ixgbe_write_i2c_byte_generic(hw, byte_offset, dev_addr, data); in ixgbe_write_i2c_byte_82599()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-dfa.c719 poly_int64 byte_offset = 0; in get_addr_base_and_unit_offset_1() local
735 byte_offset += this_byte_offset; in get_addr_base_and_unit_offset_1()
753 byte_offset += hthis_offset; in get_addr_base_and_unit_offset_1()
779 byte_offset += woffset.force_shwi (); in get_addr_base_and_unit_offset_1()
790 byte_offset += TREE_INT_CST_LOW (TYPE_SIZE_UNIT (TREE_TYPE (exp))); in get_addr_base_and_unit_offset_1()
809 byte_offset += off.force_shwi (); in get_addr_base_and_unit_offset_1()
831 byte_offset += off.force_shwi (); in get_addr_base_and_unit_offset_1()
846 *poffset = byte_offset; in get_addr_base_and_unit_offset_1()
H A Dipa-param-manipulation.c296 poly_int64 byte_offset = exact_div (adj->offset, BITS_PER_UNIT); in ipa_modify_call_arguments() local
302 off = build_int_cst (adj->alias_ptr_type, byte_offset); in ipa_modify_call_arguments()
322 off = build_int_cst (adj->alias_ptr_type, byte_offset); in ipa_modify_call_arguments()
332 base_offset + byte_offset); in ipa_modify_call_arguments()
340 base_offset + byte_offset); in ipa_modify_call_arguments()
H A Dtree-vect-data-refs.c4603 tree byte_offset) in vect_create_addr_base_for_vector_ref() argument
4641 if (byte_offset) in vect_create_addr_base_for_vector_ref()
4643 byte_offset = fold_convert (sizetype, byte_offset); in vect_create_addr_base_for_vector_ref()
4645 base_offset, byte_offset); in vect_create_addr_base_for_vector_ref()
4668 if (offset || byte_offset) in vect_create_addr_base_for_vector_ref()
4744 bool only_init, bool *inv_p, tree byte_offset, in vect_create_data_ref_ptr() argument
4887 offset, byte_offset); in vect_create_data_ref_ptr()
H A Dtree-sra.c1727 poly_int64 byte_offset = exact_div (offset, BITS_PER_UNIT); in build_ref_for_offset() local
1749 off = build_int_cst (reference_alias_ptr_type (prev_base), byte_offset); in build_ref_for_offset()
1755 base_offset + byte_offset); in build_ref_for_offset()
1762 base_offset + byte_offset); in build_ref_for_offset()
H A Dgimple-ssa-store-merging.c392 tree byte_offset = wide_int_to_tree in find_bswap_or_nop_load() local
396 offset = size_binop (PLUS_EXPR, offset, byte_offset); in find_bswap_or_nop_load()
398 offset = byte_offset; in find_bswap_or_nop_load()
H A Dstor-layout.c1203 excess_unit_span (HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, in excess_unit_span() argument
1208 unsigned HOST_WIDE_INT offset = byte_offset * BITS_PER_UNIT + bit_offset; in excess_unit_span()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-flow-inline.h1236 HOST_WIDE_INT byte_offset = 0; in get_addr_base_and_unit_offset_1() local
1262 byte_offset += hthis_offset; in get_addr_base_and_unit_offset_1()
1287 byte_offset += hindex; in get_addr_base_and_unit_offset_1()
1298 byte_offset += TREE_INT_CST_LOW (TYPE_SIZE_UNIT (TREE_TYPE (exp))); in get_addr_base_and_unit_offset_1()
1318 byte_offset += double_int_to_shwi (off); in get_addr_base_and_unit_offset_1()
1341 byte_offset += double_int_to_shwi (off); in get_addr_base_and_unit_offset_1()
1356 *poffset = byte_offset; in get_addr_base_and_unit_offset_1()
H A Dexpmed.c355 int byte_offset; in store_bit_field_1() local
370 byte_offset = 0; in store_bit_field_1()
378 byte_offset += (difference / UNITS_PER_WORD) * UNITS_PER_WORD; in store_bit_field_1()
380 byte_offset += difference % UNITS_PER_WORD; in store_bit_field_1()
383 byte_offset = SUBREG_BYTE (op0); in store_bit_field_1()
385 bitnum += byte_offset * BITS_PER_UNIT; in store_bit_field_1()
426 byte_offset = (bitnum % BITS_PER_WORD) / BITS_PER_UNIT in store_bit_field_1()
434 && ((GET_MODE (op0) == fieldmode && byte_offset == 0) in store_bit_field_1()
436 byte_offset))) in store_bit_field_1()
445 byte_offset); in store_bit_field_1()
[all …]
H A Dgimple-fold.c2870 tree byte_offset = DECL_FIELD_OFFSET (cfield); in fold_nonarray_ctor_reference() local
2874 double_int byte_offset_cst = tree_to_double_int (byte_offset); in fold_nonarray_ctor_reference()
2881 && TREE_CODE (byte_offset) == INTEGER_CST in fold_nonarray_ctor_reference()
H A Demit-rtl.c1504 tree byte_offset = component_ref_field_offset (expr); in get_mem_align_offset() local
1507 if (!byte_offset in get_mem_align_offset()
1508 || !host_integerp (byte_offset, 1) in get_mem_align_offset()
1512 offset += tree_low_cst (byte_offset, 1); in get_mem_align_offset()
H A Dstor-layout.c1040 excess_unit_span (HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, in excess_unit_span() argument
1045 unsigned HOST_WIDE_INT offset = byte_offset * BITS_PER_UNIT + bit_offset; in excess_unit_span()
/dflybsd-src/contrib/ldns/
H A Ddnssec.c1754 size_t byte_offset; in ldns_convert_dsa_rrsig_asn12rdf() local
1776 byte_offset = (size_t) (20 - BN_num_bytes(R)); in ldns_convert_dsa_rrsig_asn12rdf()
1777 if (byte_offset > 20) { in ldns_convert_dsa_rrsig_asn12rdf()
1782 memset(&dsasig_data[1], 0, byte_offset); in ldns_convert_dsa_rrsig_asn12rdf()
1783 BN_bn2bin(R, &dsasig_data[1 + byte_offset]); in ldns_convert_dsa_rrsig_asn12rdf()
1784 byte_offset = (size_t) (20 - BN_num_bytes(S)); in ldns_convert_dsa_rrsig_asn12rdf()
1785 if (byte_offset > 20) { in ldns_convert_dsa_rrsig_asn12rdf()
1790 memset(&dsasig_data[21], 0, byte_offset); in ldns_convert_dsa_rrsig_asn12rdf()
1791 BN_bn2bin(S, &dsasig_data[21 + byte_offset]); in ldns_convert_dsa_rrsig_asn12rdf()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2loc.c59 LONGEST byte_offset);
2002 LONGEST byte_offset; in indirect_pieced_value() local
2045 byte_offset = value_as_address (value); in indirect_pieced_value()
2055 piece->v.ptr.offset + byte_offset); in indirect_pieced_value()
2136 LONGEST byte_offset) in dwarf2_evaluate_loc_desc_full() argument
2145 if (byte_offset < 0) in dwarf2_evaluate_loc_desc_full()
2198 if (8 * (byte_offset + TYPE_LENGTH (type)) > bit_size) in dwarf2_evaluate_loc_desc_full()
2208 set_value_offset (retval, byte_offset); in dwarf2_evaluate_loc_desc_full()
2220 if (byte_offset != 0) in dwarf2_evaluate_loc_desc_full()
2241 set_value_address (retval, address + byte_offset); in dwarf2_evaluate_loc_desc_full()
[all …]
/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_82575.h518 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
520 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset,
H A De1000_phy.h44 s32 e1000_read_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
46 s32 e1000_write_i2c_byte_null(struct e1000_hw *hw, u8 byte_offset,
H A De1000_82575.c3270 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_read_i2c_byte_generic() argument
3302 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_read_i2c_byte_generic()
3361 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_write_i2c_byte_generic() argument
3389 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_write_i2c_byte_generic()
H A De1000_phy.c172 u8 E1000_UNUSEDARG byte_offset, in e1000_read_i2c_byte_null() argument
189 u8 E1000_UNUSEDARG byte_offset, in e1000_write_i2c_byte_null() argument
/dflybsd-src/sys/dev/disk/advansys/
H A Dadwlib.h703 u_int32_t byte_offset);
801 carrierbotov(struct adw_softc *adw, u_int32_t byte_offset) in carrierbotov() argument
803 return ((struct adw_carrier *)((caddr_t)adw->carriers + byte_offset)); in carrierbotov()

12